We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154c8b7 commit e7261fbCopy full SHA for e7261fb
lib/install/install.rb
@@ -54,5 +54,5 @@
54
end
55
56
say "Add bin/dev to start foreman"
57
-copy_file "#{__dir__}/dev", "bin/dev"
+copy_file "#{__dir__}/dev", "bin/dev", force: true
58
chmod "bin/dev", 0755, verbose: false
0 commit comments