diff --git a/src/commands/profile/export/export.ts b/src/commands/profile/export/export.ts index 086f788..9831d6a 100644 --- a/src/commands/profile/export/export.ts +++ b/src/commands/profile/export/export.ts @@ -35,7 +35,7 @@ async function resolveTokens(userConfig: IExport, options: IExportOptions) { } if (!userConfig.import.token && !options.to) { - options.from = await pickEnvironment("Select the environment that will be receiving the application"); + options.to = await pickEnvironment("Select the environment that will be receiving the application"); } if (options.from) {