Skip to content

Commit

Permalink
fix(run-test-workflow.sh): re-add comment on line 48
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Jan 20, 2025
1 parent e2c64e0 commit 981b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpg_flow_test/run-test-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ $PATH_OVERRIDE -eq 0 ]; then
echo "Using default image path (img:tag): $IMAGE_PATH"
fi

Check for unstaged changes in the git repo
# Check for unstaged changes in the git repo
if [[ -n $(git status -s) ]]; then
RED=$(tput setaf 1)
RESET=$(tput sgr0)
Expand Down

0 comments on commit 981b6d6

Please sign in to comment.