From 4cbea371d6602a7fd640dd2bcf6fcb36230ebefd Mon Sep 17 00:00:00 2001 From: Shuhei Takahashi Date: Sat, 28 Dec 2024 11:33:24 +0900 Subject: [PATCH] Fix toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5a85c6..d479437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ before-all = [ "cd third_party/nvxs-1.0.2", "./configure", "make", - "case "$(uname -s)" in Darwin) sudo make install;; *) make install;; esac", + "case \"$(uname -s)\" in Darwin) sudo make install;; *) make install;; esac", ] [tool.yapf]