Skip to content

Commit

Permalink
chore: add missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Nov 26, 2024
1 parent 1c8c342 commit ebc2ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-ciso-assistant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [ -f "$RESTORE_BACKUP_FILE" ]; then
echo "Database restored from $RESTORE_BACKUP_FILE."
else
echo "Skipping database restoration."
if [ "$(echo -e "$VERSION\n$CURRENT_VERSION" | sort -V | head -n 1)" == "$CURRENT_VERSION" ] && ["$VERSION" != "$CURRENT_VERSION"]; then
if [ "$(echo -e "$VERSION\n$CURRENT_VERSION" | sort -V | head -n 1)" == "$CURRENT_VERSION" ] && [ "$VERSION" != "$CURRENT_VERSION" ]; then
NEW_DB=true
fi
fi
Expand Down

0 comments on commit ebc2ea7

Please sign in to comment.