File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ protected function copyFiles($subDirectory = '', $only = null) {
95
95
$ this ->info ('File [ ' . $ subDirectory . '/ ' . $ targetFilename . '] already exists ' );
96
96
$ this ->info ('Feel free to overwrite on new installs ' );
97
97
98
- if ( $ this ->confirm ( 'Overwrite? ' ) ) {
98
+ if ( $ this ->confirm ( 'Overwrite? ' , true ) ) {
99
99
$ filesystem ->copy ($ res_file ->getRealPath (), $ targetFullPath );
100
100
} else {
101
101
$ this ->line ('Skipped ' );
@@ -114,7 +114,7 @@ protected function copyFile($file) {
114
114
$ this ->info ('File [ ' . $ file . '] already exists ' );
115
115
$ this ->info ('Feel free to overwrite on new installs ' );
116
116
117
- if ( $ this ->confirm ( 'Overwrite? ' ) ) {
117
+ if ( $ this ->confirm ( 'Overwrite? ' , true ) ) {
118
118
$ filesystem ->copy (__DIR__ . '/stubs/ ' . $ file , $ targetFullPath );
119
119
} else {
120
120
$ this ->line ('Skipped ' );
You can’t perform that action at this time.
0 commit comments