Skip to content

Commit 7da6a67

Browse files
committed
update this comment
1 parent 6248678 commit 7da6a67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instance/authContext.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ import (
2626
)
2727

2828
func (client *Client) RemoveContext(context string) error {
29-
// this function should be deleted and Unset in viper used instead once
29+
// review this function once Unset (or similar) in viper is available
3030
// https://github.com/spf13/viper/pull/519
31-
// is merged or similar functionality is added.
3231
if context == "" {
3332
return fmt.Errorf("context cannot be empty")
3433
}

0 commit comments

Comments
 (0)