Skip to content

Commit

Permalink
Merge branch 'main' into release-16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Jan 21, 2025
2 parents 1da8f8f + 5b51578 commit 8594f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/oclif/commands/env/unset.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class UnsetEnvCommand extends BaseCommand {
}

try {
await callAPI(url, requestOptions);
await callAPI(url, requestOptions, true);
} catch (e) {
if (e.status === 409) {
this.error(
Expand Down

0 comments on commit 8594f77

Please sign in to comment.