Skip to content

Commit 96369c5

Browse files
committed
o
1 parent a824b78 commit 96369c5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/commands/scan/cmd-scan-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async function run(
241241
pass: 'ok',
242242
fail:
243243
orgSlug === '.'
244-
? 'dot is an invalid org, most likely you forget the org name here?'
244+
? 'dot is an invalid org, most likely you forgot the org name here?'
245245
: 'missing'
246246
},
247247
{

src/commands/scan/cmd-scan-del.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function run(
6868
pass: 'ok',
6969
fail:
7070
orgSlug === '.'
71-
? 'dot is an invalid org, most likely you forget the org name here?'
71+
? 'dot is an invalid org, most likely you forgot the org name here?'
7272
: 'missing'
7373
},
7474
{

src/commands/scan/cmd-scan-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async function run(
108108
pass: 'ok',
109109
fail:
110110
orgSlug === '.'
111-
? 'dot is an invalid org, most likely you forget the org name here?'
111+
? 'dot is an invalid org, most likely you forgot the org name here?'
112112
: 'missing'
113113
},
114114
{

src/commands/scan/cmd-scan-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function run(
7272
pass: 'ok',
7373
fail:
7474
orgSlug === '.'
75-
? 'dot is an invalid org, most likely you forget the org name here?'
75+
? 'dot is an invalid org, most likely you forgot the org name here?'
7676
: 'missing'
7777
},
7878
{

src/commands/scan/cmd-scan-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function run(
111111
pass: 'ok',
112112
fail:
113113
orgSlug === '.'
114-
? 'dot is an invalid org, most likely you forget the org name here?'
114+
? 'dot is an invalid org, most likely you forgot the org name here?'
115115
: 'missing'
116116
},
117117
{

src/commands/scan/cmd-scan-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async function run(
7676
pass: 'ok',
7777
fail:
7878
orgSlug === '.'
79-
? 'dot is an invalid org, most likely you forget the org name here?'
79+
? 'dot is an invalid org, most likely you forgot the org name here?'
8080
: 'missing'
8181
},
8282
{

0 commit comments

Comments
 (0)