Skip to content

Commit

Permalink
Moved check-registry implementation in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 28, 2025
1 parent 9258f47 commit a613262
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/check-registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
package cli

import (
checkregistry "github.com/arduino/libraries-repository-engine/internal/cli/check-registry"
checkregistry "github.com/arduino/libraries-repository-engine/internal/command/check-registry"
"github.com/spf13/cobra"
)

Expand Down

0 comments on commit a613262

Please sign in to comment.