Skip to content

Commit

Permalink
Prepare for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jul 19, 2023
1 parent 9238e6e commit 55c30de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Operators, you should copy/paste content of this content straight to your `fireh

If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository.

## Next
## v0.1.2

#### Operator Changes

Expand Down
2 changes: 1 addition & 1 deletion tools_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func configureToolsCheckCmd[B Block](chain *Chain[B]) {
"az://<project>/<bucket>/<path>" -r "10 000 - 1 000 000"
`)

toolsCheckForksCmd.RunE = createToolsCheckForksE(blockPrinter)
toolsCheckForksCmd.RunE = toolsCheckForksE
}

func createToolsCheckMergedBlocksE(blockPrinter BlockPrinterFunc) CommandExecutor {
Expand Down

0 comments on commit 55c30de

Please sign in to comment.