Skip to content

Commit

Permalink
Add "" for a variable use in a test_tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 13, 2024
1 parent a4c3c0d commit a89b1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_tag
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
EPOCH="$(date +%s)"

GIT_DIR=$( git rev-parse --git-dir )
REPO_ROOT=$( ls -d ${GIT_DIR%.git} )
REPO_ROOT=$( ls -d "${GIT_DIR%.git}" )

VERSION_FILE="$REPO_ROOT/src/schema/SCHEMA_VERSION"

Expand Down

0 comments on commit a89b1bf

Please sign in to comment.