Skip to content

Commit

Permalink
Update ignite/cmd/scaffold_single.go
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
Ehsan-saradar and Pantani authored Oct 18, 2023
1 parent 9c7ce28 commit 48ddcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/scaffold_single.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func NewScaffoldSingle() *cobra.Command {
Short: "CRUD for data stored in a single location",
Long: `CRUD for data stored in a single location.
For detailed type information use ignite scaffold type --help.`,
For detailed type information use ignite scaffold type --help.`,
Args: cobra.MinimumNArgs(1),
PreRunE: migrationPreRunHandler,
RunE: scaffoldSingleHandler,
Expand Down

0 comments on commit 48ddcac

Please sign in to comment.