diff --git a/internal/dependencymanager/add.go b/internal/dependencymanager/add.go index b972e99a1..72eaedb7e 100644 --- a/internal/dependencymanager/add.go +++ b/internal/dependencymanager/add.go @@ -68,7 +68,7 @@ func add( } logger.Info("✅ Dependency installation complete. Check your flow.json") - logger.Info("Ensure you add any required dependencies to your 'deployments' section. This can be done using the 'flow add config deployment' command.") + logger.Info("Ensure you add any required dependencies to your 'deployments' section. This can be done using the 'flow config add deployment' command.") logger.Info("Note: Core contracts do not need to be added to deployments. For reference, see this URL: https://github.com/onflow/flow-core-contracts") return nil, nil