We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21139e2 commit be5d8d0Copy full SHA for be5d8d0
src/commands/optimize.ts
@@ -311,7 +311,7 @@ export const optimize: CliSubcommand = {
311
spinner.stop()
312
if (isNpm) {
313
console.log(
314
- `💡 Re-run Socket Optimize whenever ${lockName} changes.\n This can be skipped once npm ships https://github.com/npm/cli/pull/7025.`
+ `💡 Re-run Socket Optimize whenever ${lockName} changes.\n This can be skipped once npm ships https://github.com/npm/cli/pull/7025.`
315
)
316
}
317
} catch {
0 commit comments