Skip to content

Commit

Permalink
[FIX] Διόρθωση εντολής self-update (#100)
Browse files Browse the repository at this point in the history
Αυτά συμβαίνουν και στις καλύτερες οικογένειες!

Μπορείς να κάνεις εκ νέου tag μετά το merge την 3.0.0 @cerebrux?
  • Loading branch information
zoispag authored Oct 22, 2020
1 parent 6d9622d commit 6027295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shelldio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" 'Κάποιο πρόβλημα παρουσιάστηκε κατά την αναβάθμιση. Δοκίμασε ξανά αργότερα'
Expand Down

0 comments on commit 6027295

Please sign in to comment.