Skip to content

Commit 303562c

Browse files
committed
RELEASE_HASH -> release_hash
1 parent 2d44b65 commit 303562c

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
@@ -52,7 +52,7 @@ rm -rf ${tag}.tmp
5252
dummy_git=${tag}/csharp/dummy.git
5353
mkdir ${dummy_git}
5454
pushd ${dummy_git}
55-
echo ${RELEASE_HASH} > HEAD
55+
echo ${release_hash} > HEAD
5656
echo '[remote "origin"] url = https://github.com/apache/arrow.git' >> config
5757
mkdir objects refs
5858
popd

0 commit comments

Comments
 (0)