Skip to content

Commit

Permalink
Merge branch 'master' of github.com:libkafe/kafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Addvilz committed Aug 6, 2020
2 parents a799e88 + aa3e196 commit f76bfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deploy_from_git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ k.task('deploy', function()
end

-- Upload and unpack the new version, and get status of the invocation
local did_deploy = not k.on('example_app', deploy)
local did_deploy = k.on('example_app', deploy)

-- Clean up local workspace
if not k.local_shell('rm -rf {{local_workspace}}')
Expand Down

0 comments on commit f76bfb2

Please sign in to comment.