Преглед изворни кода

Update web-vault-update.sh

tteckster пре 2 година
родитељ
комит
0a8ec7f066
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      misc/web-vault-update.sh

+ 1 - 1
misc/web-vault-update.sh

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
 | grep "tag_name" \
-| awk '{print substr($2, 2, length($2)-3) }') \
+| awk '{print substr($2, 2, length($2)-3) }')
 
 RD=`echo "\033[01;31m"`
 BL=`echo "\033[36m"`