Skip to content

Commit

Permalink
Merge pull request #17 from aquasecurity/liamg-fix-update
Browse files Browse the repository at this point in the history
fix update
  • Loading branch information
Owen Rumney authored Dec 9, 2021
2 parents fb61708 + ce30d82 commit 49906fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e

git checkout master
git fetch --tags --all
git pull

LATEST_TAG=`git describe --tags --abbrev=0`
read -p "The last tag was: ${LATEST_TAG}, what tag should I create? " TAG;
Expand Down

0 comments on commit 49906fd

Please sign in to comment.