We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce8e8f commit 91bf902Copy full SHA for 91bf902
dev/release/utils-create-release-tarball.sh
@@ -39,7 +39,7 @@ rm -rf ${tag}
39
# be conservative and use the release hash, even though git produces the same
40
# archive (identical hashes) using the scm tag
41
(cd "${SOURCE_TOP_DIR}" && \
42
- git archive ${release_hash} --prefix ${tag}/) | \
+ git archive ${release_hash} --prefix ${tag}/) | \
43
tar xf -
44
45
# Resolve symbolic and hard links
0 commit comments