Skip to content

Commit

Permalink
Fix command message for config add
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Jan 30, 2024
1 parent 5f29b18 commit 5c48fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dependencymanager/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c48fe3

Please sign in to comment.