Skip to content

Commit

Permalink
update remote build url
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Jun 6, 2024
1 parent 916bf14 commit 1d465bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substreams/remote-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var remoteBuildCmd = &cobra.Command{
Then you will need to pass in the --output-name="my-substreams.spkg" flag to the remote-build command.
Examples: substreams remote-build localhost9000 my-substream.zip --env="ENV0=test0,ENV1=test1" --env "ENV2=test2" --env "ENV3=test3" --output-name="my-substream.spkg"
Examples: substreams remote-build localhost:9000 my-substream.zip --env="ENV0=test0,ENV1=test1" --env "ENV2=test2" --env "ENV3=test3" --output-name="my-substream.spkg"
`),
RunE: remoteBuildE,
Args: cobra.ExactArgs(2),
Expand Down

0 comments on commit 1d465bc

Please sign in to comment.