Skip to content

Commit

Permalink
fix: syntax err in release_prep.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jan 6, 2024
1 parent 532961a commit 28bb4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bazel_dep(name = "rules_graalvm", version = "${TAG:1}")
## Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
Paste this snippet into your \`WORKSPACE.bazel\` file:
\`\`\`starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down

0 comments on commit 28bb4d9

Please sign in to comment.