Skip to content

Commit

Permalink
fix(serverless): fix serverless build (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie authored Jan 6, 2025
1 parent eee04c1 commit 286c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serverless.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func init() {
serverlessCmd.AddCommand(serverlessDeleteCmd)
serverlessCmd.AddCommand(serverlessNewCmd)

serverlessCmd.PersistentFlags().StringP("home", "", "", "set templates path")
serverlessCmd.PersistentFlags().StringP("home", "", ".template", "set templates path")
serverlessNewCmd.Flags().BoolP("core", "", false, "is core serverless")
serverlessNewCmd.Flags().StringP("module", "m", "", "set go module")
serverlessNewCmd.Flags().StringP("remote", "r", "https://github.com/jzero-io/templates", "remote templates repo")
Expand Down

0 comments on commit 286c77d

Please sign in to comment.