From 60272956c6a5aa75a6ad290145445206baebdb53 Mon Sep 17 00:00:00 2001 From: Zois Pagoulatos Date: Thu, 22 Oct 2020 20:12:59 +0200 Subject: [PATCH] =?UTF-8?q?[FIX]=20=CE=94=CE=B9=CF=8C=CF=81=CE=B8=CF=89?= =?UTF-8?q?=CF=83=CE=B7=20=CE=B5=CE=BD=CF=84=CE=BF=CE=BB=CE=AE=CF=82=20sel?= =?UTF-8?q?f-update=20(#100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Αυτά συμβαίνουν και στις καλύτερες οικογένειες! Μπορείς να κάνεις εκ νέου tag μετά το merge την 3.0.0 @cerebrux? --- shelldio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelldio.sh b/shelldio.sh index 9bb43e6..7303648 100755 --- a/shelldio.sh +++ b/shelldio.sh @@ -248,7 +248,7 @@ self_update() { case $update_confirm in [Yy]*) printf "${BLUE}%s${RESET}\n" "Γίνεται αναβάθμιση του shelldio" - if git pull --rebase --stat origin master; then + if git pull --rebase --stat origin stable; then printf "${BLUE}%s${RESET}\n" "Ολοκληρώθηκε η αναβάθμιση του shelldio." else printf "${RED}%s${RESET}\n" 'Κάποιο πρόβλημα παρουσιάστηκε κατά την αναβάθμιση. Δοκίμασε ξανά αργότερα'