Skip to content

Commit

Permalink
Fixed control script
Browse files Browse the repository at this point in the history
  • Loading branch information
iTraceur committed Jun 6, 2021
1 parent 4ea2545 commit 3d916b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function get_version() {
echo "not a git repo"
exit 1
elif [ ! -z $ver ]; then
version=$ver
version=${ver#*v}
fi
}

Expand Down

0 comments on commit 3d916b5

Please sign in to comment.