Skip to content

Commit

Permalink
Fixed: path issue in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Mar 19, 2024
1 parent ee63072 commit 1f3b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/flutter/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class FlutterInstall extends Command {

let self = this;

let source = '\\skeletons\\flutter\\install\\';
let source = '/skeletons/flutter/install/';

this.target_dir = this.target_dir+this.inputs.app_name;

Expand Down

0 comments on commit 1f3b37e

Please sign in to comment.