We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faf59f commit 3b3ffbcCopy full SHA for 3b3ffbc
lib/install/install.rb
@@ -32,5 +32,5 @@
32
end
33
34
say "Add bin/dev to start foreman"
35
-copy_file "#{__dir__}/dev", "bin/dev"
+copy_file "#{__dir__}/dev", "bin/dev", force: true
36
chmod "bin/dev", 0755, verbose: false
0 commit comments