Skip to content

Commit fe65587

Browse files
authored
fix typo in check_git_repo (#33)
1 parent fd580e9 commit fe65587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/magicmirroros/filesystem/home/pi/scripts/check_git_repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -f $HOME/magicmirror/.git/index ]; then
1313
echo ""
1414
echo "Then please update your docker-compose.yml:"
1515
echo ""
16-
echo "cp rpi.yml docker-compose.yml:"
16+
echo "cp rpi.yml docker-compose.yml"
1717
echo ""
1818
echo "If you did own changes to docker-compose.yml don't"
1919
echo "forget to save it before executing the above cp command ..."

0 commit comments

Comments
 (0)