From 2aae93b3432679e1d19d55d3857646cc7b7f1578 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Tue, 13 Apr 2021 00:06:05 +0200 Subject: [PATCH] fix typo in check_git_repo --- .../magicmirroros/filesystem/home/pi/scripts/check_git_repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/magicmirroros/filesystem/home/pi/scripts/check_git_repo b/src/modules/magicmirroros/filesystem/home/pi/scripts/check_git_repo index 0d3ddb5..bee75e0 100644 --- a/src/modules/magicmirroros/filesystem/home/pi/scripts/check_git_repo +++ b/src/modules/magicmirroros/filesystem/home/pi/scripts/check_git_repo @@ -13,7 +13,7 @@ if [ -f $HOME/magicmirror/.git/index ]; then echo "" echo "Then please update your docker-compose.yml:" echo "" - echo "cp rpi.yml docker-compose.yml:" + echo "cp rpi.yml docker-compose.yml" echo "" echo "If you did own changes to docker-compose.yml don't" echo "forget to save it before executing the above cp command ..."