From 23dcd4b6f4fa15e72318c4be8da4a33b3c226e0b Mon Sep 17 00:00:00 2001 From: Youssef Raafat Date: Tue, 21 Mar 2023 16:10:49 +0200 Subject: [PATCH] Fix CLI Typos --- cli/UploadSourcemaps.ts | 2 +- cli/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/UploadSourcemaps.ts b/cli/UploadSourcemaps.ts index d2a9315b4..6c0c41b21 100755 --- a/cli/UploadSourcemaps.ts +++ b/cli/UploadSourcemaps.ts @@ -57,7 +57,7 @@ const uploadSourcemaps = async (opts: UploadSourcemapsOptions) => { const version = { code: opts.code, name: opts.name, - codePush: opts.label, + codepush: opts.label, }; const form = new FormData(); diff --git a/cli/index.ts b/cli/index.ts index 8f10ccd59..22b6861f9 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -6,7 +6,7 @@ import { uploadSourcemapsCommand } from './UploadSourcemaps'; const program = new Command(); program - .name('instaubg') + .name('instabug') .version('1.0.0-beta1') .description('A CLI for uploading source maps to Instabug dashboard.') .usage('[command]')