Skip to content

Commit

Permalink
[op-geth] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Oct 7, 2024
1 parent e7d01e7 commit 9a3a2e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/op-geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: op-geth
apiVersion: v2
version: 0.3.4
version: 0.3.5
description: Celo implementation for op-geth execution engine (Optimism Rollup)
home: https://clabs.co
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/op-geth/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-geth

![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

Celo implementation for op-geth execution engine (Optimism Rollup)
Initially based on [dysnix/charts/op-geth](https://github.com/dysnix/charts/tree/main/dysnix/op-geth).
Expand Down
2 changes: 1 addition & 1 deletion charts/op-geth/templates/scripts/_init-genesis.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -f $datadir/.initialized ]; then
{{- end }}
{{- end }}
{{- if .Values.config.state.scheme }}
--state.scheme={{ .Values.config.state.scheme }}
--state.scheme={{ .Values.config.state.scheme }} \
{{- end }}
init $datadir/genesis.json
echo "Successfully initialized from genesis file"
Expand Down

0 comments on commit 9a3a2e0

Please sign in to comment.