Skip to content

Commit 70c51d9

Browse files
committed
Fix a bug in the package script
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
1 parent 62c171d commit 70c51d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cd "$repo"
9090
# We want the absolute path for later.
9191
repo=$(pwd)
9292

93-
version=$(cat "$scriptdir/VERSION.txt" | head -n1)
93+
version=$(cat "$repo/VERSION.txt" | head -n1)
9494

9595
tag_msg="Version $version"
9696
projver="${proj}-${version}"

0 commit comments

Comments
 (0)