We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db1a3 commit 90deab3Copy full SHA for 90deab3
1 file changed
packages/cgb-scripts/scripts/eject.js
@@ -156,7 +156,7 @@ inquirer
156
)
157
.trim() + '\n';
158
console.log(
159
- ` ➕ Adding ${ green( file.replace( ownPath, '' ) ) } to your plugin.`
+ ` ➕ Adding ${ green( file.replace( ownPath, '' ) ) } to your plugin.`
160
);
161
fs.writeFileSync( file.replace( ownPath, appPath ), content );
162
} );
0 commit comments