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 96e6991 commit c9ff34cCopy full SHA for c9ff34c
cli/UploadSourcemaps.ts
@@ -57,7 +57,7 @@ const uploadSourcemaps = async (opts: UploadSourcemapsOptions) => {
57
const version = {
58
code: opts.code,
59
name: opts.name,
60
- codePush: opts.label,
+ codepush: opts.label,
61
};
62
63
const form = new FormData();
cli/index.ts
@@ -6,7 +6,7 @@ import { uploadSourcemapsCommand } from './UploadSourcemaps';
6
const program = new Command();
7
8
program
9
- .name('instaubg')
+ .name('instabug')
10
.version('1.0.0-beta1')
11
.description('A CLI for uploading source maps to Instabug dashboard.')
12
.usage('[command]')
0 commit comments