Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: fix config for deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 10, 2023
1 parent ff3aec6 commit 458b9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blobstream/deploy/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Command() *cobra.Command {
Use: "deploy <flags>",
Short: "Deploys the Blobstream contract and initializes it using the provided Celestia chain",
RunE: func(cmd *cobra.Command, args []string) error {
config, err := parseDeployFlags(cmd, &deployConfig{})
config, err := parseDeployFlags(cmd)
if err != nil {
return err
}
Expand Down

0 comments on commit 458b9e5

Please sign in to comment.