Skip to content

Commit

Permalink
DEVELOPMENT.md: fix typo (issue#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtds committed Apr 18, 2021
1 parent 77d84f1 commit fe8deb8
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,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
```

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

0 comments on commit fe8deb8

Please sign in to comment.