Skip to content

Commit fe8deb8

Browse files
committed
DEVELOPMENT.md: fix typo (issue#51)
1 parent 77d84f1 commit fe8deb8

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,gpus,partitions,nodes,queue,scheduler,sshare,users}.go
33+
go build -o bin/prometheus-slurm-exporter {main,accounts,cpus,gpus,partitions,node,nodes,queue,scheduler,sshare,users}.go
3434
```
3535

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

0 commit comments

Comments
 (0)