Skip to content

Commit 3d916b5

Browse files
committed
Fixed control script
1 parent 4ea2545 commit 3d916b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function get_version() {
1515
echo "not a git repo"
1616
exit 1
1717
elif [ ! -z $ver ]; then
18-
version=$ver
18+
version=${ver#*v}
1919
fi
2020
}
2121

0 commit comments

Comments
 (0)