diff --git a/graph-explorer/pkg/command/root.go b/graph-explorer/pkg/command/root.go index e2040f088..e0b1be80c 100644 --- a/graph-explorer/pkg/command/root.go +++ b/graph-explorer/pkg/command/root.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/viper" ) -// Execute is the entry point for the ocis-graph-explorer command. +// Execute is the entry point for the graph-explorer command. func Execute() error { cfg := config.New()