Skip to content

Commit 2337b27

Browse files
committed
Fix build script's location
1 parent eb450a9 commit 2337b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
set -eu
44
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5+
cd ..
56

67
sbt assembly

0 commit comments

Comments
 (0)