diff --git a/lib/cask/app_linker.rb b/lib/cask/app_linker.rb index 029702a09..d8ac5b5b4 100644 --- a/lib/cask/app_linker.rb +++ b/lib/cask/app_linker.rb @@ -31,7 +31,7 @@ class Cask ohai "It seems there is already an app at #{app_path}; not linking." return end - `ln -s #{app} #{app_path}` + `ln -s "#{app}" "#{app_path}"` end end end