Skip to content

Commit

Permalink
include new line before source hash in version.properties (metabase#1…
Browse files Browse the repository at this point in the history
…5881) (metabase#15933)

Co-authored-by: Paul Rosenzweig <[email protected]>
  • Loading branch information
nemanjaglumac and paulrosenzweig authored May 7, 2021
1 parent ff7e29c commit 60d35e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-for-test
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ check-uberjar-hash() {

build-uberjar-for-test() {
./bin/build version
echo "$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
echo -e "\n$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
./bin/build uberjar
}

Expand Down

0 comments on commit 60d35e5

Please sign in to comment.