Skip to content

Commit

Permalink
chore: 🤖 remove -r option from debug operations
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed Oct 12, 2020
1 parent 5f94f49 commit 0eab11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function run(): Promise<void> {
core.debug(`Finding dependencies for angular version ${angularVersion}`);

const versions = await getAngularVersion(angularVersion);
core.debug(`Depedencies found: \nr ${JSON.stringify(versions, null, 2)}`);
core.debug(`Depedencies found: \n ${JSON.stringify(versions, null, 2)}`);

const filePath: string = core.getInput('file_path');
core.debug(`merging found dependencies with file ${filePath}`);
Expand Down

0 comments on commit 0eab11c

Please sign in to comment.