We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5600ad commit 1ef6b79Copy full SHA for 1ef6b79
1 file changed
scripts/updater.sh
@@ -24,6 +24,7 @@ function update_pluginbot() {
24
echo "Updating the mumble-ruby-pluginbot from github..."
25
cd ~/src/mumble-ruby-pluginbot/
26
git pull origin master
27
+ git fetch --tags
28
return 0
29
}
30
0 commit comments