Skip to content

Commit 95177ad

Browse files
committed
Fix sf config unset command
1 parent 77e2fdc commit 95177ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cumulusci/core/keychain/base_project_keychain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def unset_default_org(self):
106106
if org_config.default:
107107
del org_config.config["default"]
108108
org_config.save()
109-
sfdx("config unset target-org=")
109+
sfdx("config unset target-org")
110110

111111
# This implementation of get_default_org, set_default_org, and unset_default_org
112112
# is currently kept for backwards compatibility, but EncryptedFileProjectKeychain

0 commit comments

Comments
 (0)