Skip to content

Commit 6027295

Browse files
authored
[FIX] Διόρθωση εντολής self-update (#100)
Αυτά συμβαίνουν και στις καλύτερες οικογένειες! Μπορείς να κάνεις εκ νέου tag μετά το merge την 3.0.0 @cerebrux?
1 parent 6d9622d commit 6027295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shelldio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ self_update() {
248248
case $update_confirm in
249249
[Yy]*)
250250
printf "${BLUE}%s${RESET}\n" "Γίνεται αναβάθμιση του shelldio"
251-
if git pull --rebase --stat origin master; then
251+
if git pull --rebase --stat origin stable; then
252252
printf "${BLUE}%s${RESET}\n" "Ολοκληρώθηκε η αναβάθμιση του shelldio."
253253
else
254254
printf "${RED}%s${RESET}\n" 'Κάποιο πρόβλημα παρουσιάστηκε κατά την αναβάθμιση. Δοκίμασε ξανά αργότερα'

0 commit comments

Comments
 (0)