Skip to content

Commit

Permalink
fix(hermes): Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 8, 2024
1 parent 9b45603 commit 24d9f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builder:
bindings-expand:
FROM +builder

# Do not use the cahced builder as it can not do re-direction of output to a file.
# Do not use the cached builder as it can not do re-direction of output to a file.
# This command also is only used for local development/debugging and not run in CI.
RUN cargo expand -p hermes --lib runtime_extensions::bindings > bindings.rs

Expand Down

0 comments on commit 24d9f6c

Please sign in to comment.