Skip to content

Commit

Permalink
Merge pull request #1364 from onflow/cf/fix-command-msg
Browse files Browse the repository at this point in the history
Fix command message for config add
  • Loading branch information
chasefleming authored Jan 30, 2024
2 parents 5f29b18 + 5c48fe3 commit cb6943d
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 cb6943d

Please sign in to comment.