Skip to content

Commit

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

# - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
2 changes: 1 addition & 1 deletion sh/kosli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kosli_attest_snyk()
--host="${hostname}" \
--api-token="${api_token}" \
--name=custom-start-points.snyk-scan \
--scan-results="$(root_dir)/snyk.json"
--scan-results="$(repo_root)/snyk.json"
}

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

0 comments on commit 1f01a83

Please sign in to comment.