Skip to content

Commit d999723

Browse files
authored
Correct spec file path
1 parent fe8deb8 commit d999723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rpm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cp lib/systemd/prometheus-slurm-exporter.service ~/rpmbuild/SOURCES
3131
6. Copy the SPEC file in the proper directory:
3232
```bash
3333
cd prometheus-slurm-exporter
34-
cp packaging/rpm/*.spec ~/rpmbuild/SPECS
34+
cp packages/rpm/*.spec ~/rpmbuild/SPECS
3535
```
3636

3737
### Build the RPM package

0 commit comments

Comments
 (0)