Skip to content

Commit

Permalink
Fix bash variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 10, 2024
1 parent dc51535 commit dfc5f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/echo_versioner_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo_versioner_env_vars()
# - - - - - - - - - - - - - - - - - - - - - - - -
image_sha()
{
echo "$(cd "$(root_dir)" && git rev-parse HEAD)"
echo "$(cd "$(repo_root)" && git rev-parse HEAD)"
}

# - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit dfc5f8a

Please sign in to comment.