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 77d84f1 commit fe8deb8Copy full SHA for fe8deb8
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,gpus,partitions,nodes,queue,scheduler,sshare,users}.go
+go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,gpus,partitions,node,nodes,queue,scheduler,sshare,users}.go
34
```
35
36
Run all tests included in `_test.go` files:
0 commit comments