Skip to content

Commit e0298da

Browse files
fix: change dir level of version.sh to reference repo base
Signed-off-by: Kate Goldenring <[email protected]>
1 parent ca05f26 commit e0298da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ update_file_version()
4747
}
4848

4949

50-
BASEDIR=$(dirname "$0")
50+
BASEDIR=$(dirname "$(dirname "$0")")
5151

5252
SAME=0
5353
MAJOR=0

0 commit comments

Comments
 (0)