Skip to content

Commit efc2bfa

Browse files
authored
Ensure bin/dev is executable (#8)
1 parent 1e43168 commit efc2bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/install/install.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727

2828
say "Add bin/dev to start foreman"
2929
copy_file "#{__dir__}/dev", "bin/dev"
30+
chmod "bin/dev", 0755, verbose: false

0 commit comments

Comments
 (0)