summaryrefslogtreecommitdiffstatshomepage
path: root/commands/wipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/wipe.go')
-rw-r--r--commands/wipe.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/wipe.go b/commands/wipe.go
index 2f378e902..d9dab42ad 100644
--- a/commands/wipe.go
+++ b/commands/wipe.go
@@ -33,6 +33,7 @@ func runWipe(env *execenv.Env) error {
_ = env.Backend.Close()
return err
}
+
err = env.Backend.LocalConfig().RemoveAll("git-bug")
if err != nil {
_ = env.Backend.Close()