Skip to content

Commit 00a7dee

Browse files
committed
DEVELOPMENT: fix typo in build command
1 parent 2d1136a commit 00a7dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ go mod download
3030
Build the exporter:
3131

3232
```bash
33-
go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,nodes,queue,scheduler,users}.go
33+
go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,nodes,partitions,queue,scheduler,users}.go
3434
```
3535

3636
Run all tests included in `_test.go` files:

0 commit comments

Comments
 (0)