From 91e2a7f4f85018bf0d39dadf80eb1feb6ba68d3e Mon Sep 17 00:00:00 2001 From: Simon Let Date: Fri, 24 May 2019 01:49:26 +0200 Subject: [PATCH] minor change --- install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_helper.sh b/install_helper.sh index da28c2c..d416a1f 100755 --- a/install_helper.sh +++ b/install_helper.sh @@ -67,7 +67,7 @@ else echo "Continue? (Any key to continue / Ctrl+C to cancel)" read x fi - cp -rf ./* "$project_path" && echo "Copied files to $project_path" + cp -rf ./* .git* "$project_path" && echo "Copied files to $project_path" cd "$project_path" fi