Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Dec 17, 2024
1 parent 3ecb980 commit 4fe58f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val checkRustProject by tasks.registering(Exec::class) {
description = "Check the Rust project"
workingDir = file("$projectDir")

commandLine( "bash", "-c", "make check")
commandLine("bash", "-c", "make check")
}

val testRustProject by tasks.registering(Exec::class) {
Expand Down

0 comments on commit 4fe58f2

Please sign in to comment.