Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Jul 26, 2023
1 parent 1cbedd2 commit 91d2b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/migration_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tags=$(git tag --sort=creatordate)
# Database migration are not supported for forest version below `v0.11.1`
is_tag_valid=false

echo "Testing db migrations from "v0.11.1" to latest, one by one"
echo "Testing db migrations from v0.11.1 to latest, one by one"
# Loop through each tag and sync with corresponding version
for tag in $tags; do
# Check if the current tag matches the start tag
Expand All @@ -52,7 +52,7 @@ for tag in $tags; do
fi
done

echo "Testing db migration from "v0.11.1" to latest, at once"
echo "Testing db migration from v0.11.1 to latest, at once"
# Get latest tag
LATEST_TAG=$(git describe --tags --abbrev=0)

Expand Down

0 comments on commit 91d2b62

Please sign in to comment.