We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1136a commit 00a7deeCopy full SHA for 00a7dee
DEVELOPMENT.md
@@ -30,7 +30,7 @@ go mod download
30
Build the exporter:
31
32
```bash
33
-go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,nodes,queue,scheduler,users}.go
+go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,nodes,partitions,queue,scheduler,users}.go
34
```
35
36
Run all tests included in `_test.go` files:
0 commit comments