Skip to content

Commit 91bf902

Browse files
sgilmore10kou
andauthored
Update dev/release/utils-create-release-tarball.sh
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 0ce8e8f commit 91bf902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/utils-create-release-tarball.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rm -rf ${tag}
3939
# be conservative and use the release hash, even though git produces the same
4040
# archive (identical hashes) using the scm tag
4141
(cd "${SOURCE_TOP_DIR}" && \
42-
git archive ${release_hash} --prefix ${tag}/) | \
42+
git archive ${release_hash} --prefix ${tag}/) | \
4343
tar xf -
4444

4545
# Resolve symbolic and hard links

0 commit comments

Comments
 (0)