Skip to content

Commit

Permalink
Merge branch 'feature/cli-v2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Mar 19, 2024
2 parents 6c005d4 + 1f3b37e commit 0cdcc43
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 0cdcc43

Please sign in to comment.