Skip to content

Commit 4cbea37

Browse files
committed
Fix toml
1 parent e8e79f8 commit 4cbea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before-all = [
33
"cd third_party/nvxs-1.0.2",
44
"./configure",
55
"make",
6-
"case "$(uname -s)" in Darwin) sudo make install;; *) make install;; esac",
6+
"case \"$(uname -s)\" in Darwin) sudo make install;; *) make install;; esac",
77
]
88

99
[tool.yapf]

0 commit comments

Comments
 (0)