Skip to content

Commit

Permalink
Fix merge conflict with other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Feb 24, 2024
1 parent 90417dc commit 69a422f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/sparo-lib/src/cli/commands/init-profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export class InitProfileCommand implements ICommand<IInitProjectCommandOptions>
): Promise<void> => {
const { profile } = args;

this._terminalService.terminal.writeLine();

const destinationPath: string = this._sparoProfileService.getProfileFilepathByName(profile);

if (this._sparoProfileService.hasProfileInFS(profile)) {
Expand Down

0 comments on commit 69a422f

Please sign in to comment.