Skip to content

Commit

Permalink
add note after bundle generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch committed Jul 17, 2019
1 parent 42d2872 commit 85666ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ func addCmd(cmd *cobra.Command, args []string) {

// TODO: godin.json is NOT a service configuration, thus the 'topic', 'queue' and 'exchange' values must be configurable with ENV variables
}

logrus.Info("The next time you run 'godin update', the new bundles are generated into your service.")
}

func validateBundleType(givenType string) (bundleType string, err error) {
Expand Down

0 comments on commit 85666ed

Please sign in to comment.