Skip to content

Commit

Permalink
Rename ID to Hash in command service deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Dec 7, 2018
1 parent adbee02 commit c03afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/service_deploy.go
Expand Up @@ -65,7 +65,7 @@ func (c *serviceDeployCmd) runE(cmd *cobra.Command, args []string) error {
errors.New("to get more information, run: mesg-core service validate"),
}
}
fmt.Printf("%s Service deployed with ID: %v\n", pretty.SuccessSign, pretty.Success(id))
fmt.Printf("%s Service deployed with hash: %v\n", pretty.SuccessSign, pretty.Success(id))
fmt.Printf("To start it, run the command:\n\tmesg-core service start %s\n", id)
return nil
}
Expand Down

0 comments on commit c03afb4

Please sign in to comment.