diff --git a/cmd/bd/mol_run.go b/cmd/bd/mol_run.go index cd14cf68..82861b89 100644 --- a/cmd/bd/mol_run.go +++ b/cmd/bd/mol_run.go @@ -127,7 +127,7 @@ func runMolRun(cmd *cobra.Command, args []string) { fmt.Printf(" Assignee: %s\n", actor) fmt.Println("\nNext steps:") fmt.Printf(" bd ready # Find unblocked work in this molecule\n") - fmt.Printf(" bd show %s # View molecule status\n", rootID[:8]) + fmt.Printf(" bd show %s # View molecule status\n", rootID) } func init() {