diff --git a/apps/nogui/nushell/git-bug.nu b/apps/nogui/nushell/git-bug.nu index 3678b9b9c2dadfdd0e4ad2155bbfd0ee5700132b..fd92c060ea2091c49a03d2af0ef8bd3cd91baa44 100644 --- a/apps/nogui/nushell/git-bug.nu +++ b/apps/nogui/nushell/git-bug.nu @@ -10,7 +10,6 @@ } export def "git bug pull" [] { ^git fetch origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/* - ^rm -rf $"(^git rev-parse --git-dir)/git-bug" } export def "git bug push" [] {