Revert "Fix docker update function name"

This reverts commit 93e9f035ef61553fb492121919dc1f8178cc3a21.
This commit is contained in:
Marko Korhonen 2020-04-14 22:43:59 +03:00
parent c62b2c98bc
commit cf1128622f

View file

@ -120,7 +120,7 @@ update() {
plugins plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
base --devel base --devel
docker-pull docker
{%@@ elif profile == "Mirkwood" @@%} {%@@ elif profile == "Mirkwood" @@%}
base --devel firefox-nightly base --devel firefox-nightly
{%@@ else @@%} {%@@ else @@%}
@ -142,7 +142,7 @@ update() {
} }
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker-pull() { docker() {
for dir in $HOME/Git/dotfiles/docker/*; do for dir in $HOME/Git/dotfiles/docker/*; do
cd $dir cd $dir
docker-compose pull docker-compose pull
@ -168,7 +168,7 @@ update() {
;; ;;
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker) docker)
docker-pull docker
;; ;;
{%@@ endif @@%} {%@@ endif @@%}
*) *)