Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cha87de committed Dec 29, 2018
1 parent 975889a commit b178ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ nfpm:

# additional files, e.g. systemd service
files:
"pkgbuild/kvmtop.service": "/etc/systemd/system/kvmtop.service"
"pkgbuild/kvmprofiler.service": "/etc/systemd/system/kvmprofiler.service"
- "pkgbuild/kvmtop.service": "/etc/systemd/system/kvmtop.service"
- "pkgbuild/kvmprofiler.service": "/etc/systemd/system/kvmprofiler.service"
config_files:
"pkgbuild/kvmtop.conf": "/etc/kvmtop.conf"
- "pkgbuild/kvmtop.conf": "/etc/kvmtop.conf"

dockers:
-
Expand Down

0 comments on commit b178ec5

Please sign in to comment.