Skip to content

Commit 2aba6f9

Browse files
committed
fix: try escaping the curly bracket
1 parent e7ba0a0 commit 2aba6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_rv_checksums/generate_rv_checksums_integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ EOF
9898
"MODULE.bazel should contain rv_version"
9999

100100
# Check rv_checksums was set with all platforms
101-
assert_match "rv_checksums = {" "${module_content}" \
101+
assert_match "rv_checksums = \{" "${module_content}" \
102102
"MODULE.bazel should contain rv_checksums"
103103
assert_match \
104104
'"linux-arm64": "0c08c35a99f10817643d548f98012268c5433ae25a737ab4d6751336108a941d"' \

0 commit comments

Comments
 (0)