minor change

pull/8/head
Simon Let 7 years ago
parent 21d682e070
commit 91e2a7f4f8
  1. 2
      install_helper.sh

@ -67,7 +67,7 @@ else
echo "Continue? (Any key to continue / Ctrl+C to cancel)" echo "Continue? (Any key to continue / Ctrl+C to cancel)"
read x read x
fi 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" cd "$project_path"
fi fi

Loading…
Cancel
Save