Skip to content

Commit 04cf78d

Browse files
committed
fix error no module description
1 parent 0c1e787 commit 04cf78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starport/cmd/scaffold_band.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func createBandchainHandler(cmd *cobra.Command, args []string) error {
3535
return err
3636
}
3737
if module == "" {
38-
return errors.New("please specify a module to create the packet into: --module <module_name>")
38+
return errors.New("please specify a module to create the BandChain oracle into: --module <module_name>")
3939
}
4040

4141
sc, err := scaffolder.New(appPath)

0 commit comments

Comments
 (0)