Skip to content

Commit c9ff34c

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-12207] Fix CLI Typos (#952)
1 parent 96e6991 commit c9ff34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/UploadSourcemaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const uploadSourcemaps = async (opts: UploadSourcemapsOptions) => {
5757
const version = {
5858
code: opts.code,
5959
name: opts.name,
60-
codePush: opts.label,
60+
codepush: opts.label,
6161
};
6262

6363
const form = new FormData();

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { uploadSourcemapsCommand } from './UploadSourcemaps';
66
const program = new Command();
77

88
program
9-
.name('instaubg')
9+
.name('instabug')
1010
.version('1.0.0-beta1')
1111
.description('A CLI for uploading source maps to Instabug dashboard.')
1212
.usage('[command]')

0 commit comments

Comments
 (0)