Skip to content

Commit

Permalink
Merge pull request #3 from tago-io/fix/APPD-285
Browse files Browse the repository at this point in the history
APPD-285: Fixed Command 'tagoio export'
  • Loading branch information
vitorfdl authored Apr 3, 2023
2 parents 5e4a181 + 2e85288 commit 67364ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/profile/export/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 67364ab

Please sign in to comment.