Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 1c585c8

Browse files
greynewellclaude
andcommitted
fix: add missing config import in uninstall command
Co-Authored-By: Grey Newell <greyshipscode@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eec7450 commit 1c585c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/uninstall.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"strings"
88

99
"github.com/spf13/cobra"
10+
"github.com/supermodeltools/uncompact/internal/config"
1011
"github.com/supermodeltools/uncompact/internal/hooks"
1112
)
1213

0 commit comments

Comments
 (0)