Small tweak for update function

This commit is contained in:
Marko Korhonen 2020-04-20 21:51:00 +03:00
parent d107cf44ec
commit 3958470ab9

View file

@ -170,7 +170,7 @@ update() {
docker-update
;;
*)
printf "$1: not a valid action"
base $@
;;
esac
}