Skip to content

Commit

Permalink
Fix update_version.sh
Browse files Browse the repository at this point in the history
common.sh is in scripts/ but we don't actually use it at all in this
script.
  • Loading branch information
legoktm committed Jun 6, 2024
1 parent 95da570 commit 969a2b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -e

source "$(dirname "$0")/common.sh"

if [ -z "$1" ]; then
echo "You must specify the new version!"
exit 1
Expand Down

0 comments on commit 969a2b0

Please sign in to comment.