Skip to content

Commit 36b54ac

Browse files
committed
fix(justfile): list-c-plugins only list plugins in c_modules
1 parent cf0e4fd commit 36b54ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ list-rust-plugins:
121121
# List all the C plugins
122122
list-c-plugins:
123123
#!/usr/bin/env bash
124-
ls -1 c_modules
124+
ls -1 c_modules|grep plugin-
125125
126126
# Run the tests for the pluginlab
127127
test: build-repl-logic-guest build-plugins prepare-fixtures

0 commit comments

Comments
 (0)