Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Herman Schaaf <[email protected]>
  • Loading branch information
mnorbury and hermanschaaf authored Oct 17, 2023
1 parent 02147ac commit 78f93c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func SetConfigHome(configDir string) error {
}

// UnSetConfigHome unsets the configuration home directory returning to the default value
func UnSetConfigHome() error {
func UnsetConfigHome() error {
if err := os.Unsetenv("XDG_CONFIG_HOME"); err != nil {
return fmt.Errorf("failed to unset XDG_CONFIG_HOME: %w", err)
}
Expand Down

0 comments on commit 78f93c0

Please sign in to comment.