Skip to content

Commit

Permalink
#874 fix paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jan 10, 2024
1 parent 52dbc02 commit 0d86109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/workspaces/tasks/github-copy/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "${download_path}"

echo GitHub copy "$paths" to "$download_path"
ls -la
git config --global --add safe.directory $download_path
git config --global --add safe.directory "$download_path"
# do the next command only if download path does not exist
if [ ! -d "${download_path}/.git" ]; then
git clone -n "${url}" --branch $branch "${download_path}"
Expand Down

0 comments on commit 0d86109

Please sign in to comment.