Skip to content

Commit

Permalink
fixing doploy_over_dk task on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock authored and fnichol committed Jan 20, 2015
1 parent 25caf08 commit b82fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ task :deploy_over_dk do
if RUBY_PLATFORM =~ /mswin|mingw|windows/
dk_path = File.join(ENV['SYSTEMDRIVE'], 'opscode', 'chefdk')
else
dk_path = 'opt/chefdk'
dk_path = '/opt/chefdk'
end

dk_app_path = File.join(dk_path, %w[embedded apps test-kitchen])
Expand Down

0 comments on commit b82fc65

Please sign in to comment.