Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Quote Playground name being passed to rm
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
neonichu committed May 26, 2016
1 parent 9932a93 commit a9b1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-playgrounds/workspace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(names, tool = :cocoapods, platform = :ios, deployment_target = '9

def generate(install = true)
@cwd = Pathname.getwd
`rm -fr #{target_dir}`
`rm -fr '#{target_dir}'`
FileUtils.mkdir_p(target_dir)

Dir.chdir(target_dir) do
Expand Down

0 comments on commit a9b1c63

Please sign in to comment.