Skip to content

Commit 362811a

Browse files
committed
fix: orfile issue.
1 parent 6aa2fd3 commit 362811a

File tree

11 files changed

+819
-19
lines changed

11 files changed

+819
-19
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jsonlvar = { git = "https://github.com/movementlabsxyz/kestrel.git", rev = "85e2
121121
commander = { git = "https://github.com/movementlabsxyz/kestrel.git", rev = "85e2f681ae3e54b29bb18d4ed7ca750116173321" }
122122

123123
# orfile
124-
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "d02299214e5aa202130cd1eb9593ce8064d1ec69" }
124+
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "b49cb42495816fa00a1107be5bbf41aff3a8255d" }
125125

126126
# docs
127127
clap-markdown-ext = { git = "https://github.com/movementlabsxyz/clap-markdown-ext.git", rev = "8f54fe424504bf37fb01dc69aaed8166e429fe6a" }

migration/cli/migrate-chain-dev/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run migrate with parameters from environment variables, config files, and CLI fl
124124

125125
###### **Options:**
126126

127-
* `--config-path <CONFIG_PATH>`
127+
* `--config-path <CONFIG_PATH>` — Path to the config file for migrate
128128

129129

130130

migration/cli/migrate-chain/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run migrate with parameters from environment variables, config files, and CLI fl
124124

125125
###### **Options:**
126126

127-
* `--config-path <CONFIG_PATH>`
127+
* `--config-path <CONFIG_PATH>` — Path to the config file for migrate
128128

129129

130130

migration/cli/migrate-dev/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run migrate with parameters from environment variables, config files, and CLI fl
124124

125125
###### **Options:**
126126

127-
* `--config-path <CONFIG_PATH>`
127+
* `--config-path <CONFIG_PATH>` — Path to the config file for migrate
128128

129129

130130

migration/cli/migrate-node-dev/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Run migratechecked with parameters from environment variables, config files, and
211211

212212
###### **Options:**
213213

214-
* `--config-path <CONFIG_PATH>`
214+
* `--config-path <CONFIG_PATH>` — Path to the config file for migratechecked
215215
* `--state <STATE>` — The state to download
216216
* `--state-source <STATE_SOURCE>` — The string identifying the download source if necessary
217217

migration/cli/migrate-node/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run migrate with parameters from environment variables, config files, and CLI fl
124124

125125
###### **Options:**
126126

127-
* `--config-path <CONFIG_PATH>`
127+
* `--config-path <CONFIG_PATH>` — Path to the config file for migrate
128128

129129

130130

migration/cli/migrate/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run migrate with parameters from environment variables, config files, and CLI fl
124124

125125
###### **Options:**
126126

127-
* `--config-path <CONFIG_PATH>`
127+
* `--config-path <CONFIG_PATH>` — Path to the config file for migrate
128128

129129

130130

0 commit comments

Comments
 (0)