Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/google.golang.org/gr…
Browse files Browse the repository at this point in the history
…pc-1.61.0
  • Loading branch information
chasefleming authored Jan 30, 2024
2 parents a975cd4 + cb6943d commit bf094da
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 bf094da

Please sign in to comment.