diff options
Diffstat (limited to 'switchtower/lib')
-rw-r--r-- | switchtower/lib/switchtower/scm/darcs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/switchtower/lib/switchtower/scm/darcs.rb b/switchtower/lib/switchtower/scm/darcs.rb index 534a7336ad..93735446ed 100644 --- a/switchtower/lib/switchtower/scm/darcs.rb +++ b/switchtower/lib/switchtower/scm/darcs.rb @@ -40,7 +40,7 @@ module SwitchTower command = <<-CMD if [[ ! -d #{actor.release_path} ]]; then - #{darcs} get #{configuration.repository} #{actor.release_path}; + #{darcs} get --set-scripts-executable #{configuration.repository} #{actor.release_path}; fi CMD actor.run(command) |