Small tweak for update function

This commit is contained in:
Marko Korhonen 2020-04-20 21:51:00 +03:00
parent 8dece7e513
commit 782c64cf18
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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