Skip to content

Commit 84d8b05

Browse files
Ryan NorrisRobert Kruszewski
authored andcommitted
Unquote MVN_LOCAL
1 parent 7ef5b4a commit 84d8b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/publish-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version=$(git describe --tags --first-parent)
55

66
PALANTIR_FLAGS=(-Phadoop-cloud -Phadoop-palantir -Pkinesis-asl -Pkubernetes -Pyarn -Psparkr)
77

8-
MVN_LOCAL="~/.m2/repository"
8+
MVN_LOCAL=~/.m2/repository
99

1010
publish_artifacts() {
1111
./build/mvn versions:set -DnewVersion=$version

0 commit comments

Comments
 (0)