diff --git a/jekyll_clone_repo.sh b/jekyll_clone_repo.sh index 4e20cde..64dd809 100755 --- a/jekyll_clone_repo.sh +++ b/jekyll_clone_repo.sh @@ -1,7 +1,7 @@ #!/bin/bash -cloned_dir=$1 -destination_dir=$2 +cloned_dir="$1" +destination_dir="$2" function finish { rm -rf "$cloned_dir"