Skip to content

Commit

Permalink
DEVELOPMENT: fix typo in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtds committed Oct 23, 2020
1 parent 2d1136a commit 00a7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go mod download
Build the exporter:

```bash
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
```

Run all tests included in `_test.go` files:
Expand Down

0 comments on commit 00a7dee

Please sign in to comment.