Skip to content

Commit bd23e67

Browse files
committed
dot
1 parent 08beb58 commit bd23e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/info/cmd-info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('socket info', async () => {
2323
Usage
2424
$ socket info <name>
2525
26-
Note: this command will be deprecated in favor of \`socket package score\` soon.
26+
Note: this command will be deprecated in favor of \`socket package score\` soon
2727
2828
Options
2929
--all Include all issues

src/commands/info/cmd-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config: CliCommandConfig = {
2424
Usage
2525
$ ${command} <name>
2626
27-
Note: this command will be deprecated in favor of \`socket package score\` soon.
27+
Note: this command will be deprecated in favor of \`socket package score\` soon
2828
2929
Options
3030
${getFlagListOutput(config.flags, 6)}

0 commit comments

Comments
 (0)