Small tweak for update function

This commit is contained in:
Marko Korhonen 2020-04-20 21:51:00 +03:00
parent 04a7f6e75c
commit a9adedba1e

View file

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