We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9622d commit 6027295Copy full SHA for 6027295
1 file changed
shelldio.sh
@@ -248,7 +248,7 @@ self_update() {
248
case $update_confirm in
249
[Yy]*)
250
printf "${BLUE}%s${RESET}\n" "Γίνεται αναβάθμιση του shelldio"
251
- if git pull --rebase --stat origin master; then
+ if git pull --rebase --stat origin stable; then
252
printf "${BLUE}%s${RESET}\n" "Ολοκληρώθηκε η αναβάθμιση του shelldio."
253
else
254
printf "${RED}%s${RESET}\n" 'Κάποιο πρόβλημα παρουσιάστηκε κατά την αναβάθμιση. Δοκίμασε ξανά αργότερα'
0 commit comments