From 969972ae32e242b4601bde6909dab49b65bde182 Mon Sep 17 00:00:00 2001 From: Arbal <1980389+arbal@users.noreply.github.com> Date: Mon, 20 Jul 2020 11:20:36 -0700 Subject: [PATCH] fix(docs): updater.sh -> update_all.sh in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e6dcc8..f2dffde 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Will start stopped containers to update then shut them down in the background an make executable and run ```zsh -[#]git@fachinformatiker:~> chmod +x updater.sh -[#]git@fachinformatiker:~> ./updater.sh +[#]git@fachinformatiker:~> chmod +x update_all.sh +[#]git@fachinformatiker:~> ./update_all.sh ```