Skip to content

Commit 0eab11c

Browse files
committed
chore: 🤖 remove -r option from debug operations
1 parent 5f94f49 commit 0eab11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async function run(): Promise<void> {
88
core.debug(`Finding dependencies for angular version ${angularVersion}`);
99

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

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

0 commit comments

Comments
 (0)