Merge pull request #2773 from carapace-sh/apt-fix-import

apt: fix import
This commit is contained in:
Ralf Steube 2025-04-29 13:42:06 +02:00 committed by GitHub
commit ccb19b4a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ package cmd
import (
"github.com/carapace-sh/carapace"
"github.com/carapace-sh/carapace-bin/completers_release/apt_completer/cmd/common"
"github.com/carapace-sh/carapace-bin/completers/apt_completer/cmd/common"
"github.com/carapace-sh/carapace-bin/pkg/actions/tools/apt"
"github.com/spf13/cobra"
)