Skip to content

Commit

Permalink
replace incorrect string substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-sh committed Feb 4, 2022
1 parent 25e78a1 commit 4e6e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_provenance
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p "./provenance/${BINARY_SHA_256_HASH}"
# an unwrapped string.
cat << EOF >> "./provenance/${BINARY_SHA_256_HASH}/${COMMIT_HASH}.toml"
repo = "https://github.com/project-oak/oak"
commit_hash = "$(COMMIT_HASH)"
commit_hash = "${COMMIT_HASH}"
builder_image = "${DOCKER_IMAGE_REPO_DIGEST}"
command = ["${BUILD_COMMAND}"]
output_path = "${OUTPUT_PATH}"
Expand Down

0 comments on commit 4e6e8bc

Please sign in to comment.