Skip to content

Commit

Permalink
rename config file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 7, 2018
1 parent 6388c50 commit e7c7638
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nfpm:
"_release/cacophonator-management-avahi.service": "/etc/avahi/services/cacophonator-management.service"
"_release/cacophonator-management-systemd.service": "/etc/systemd/system/cacophonator-management.service"
config_files:
"_release/management-interface.yaml": "/etc/cacophony/management-interface.yaml"
"_release/managementd.yaml": "/etc/cacophony/managementd.yaml"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/managementd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

const (
configFile = "/etc/cacophony/management-interface.yaml"
configFile = "/etc/cacophony/managementd.yaml"
)

var version = "<not set>"
Expand Down

0 comments on commit e7c7638

Please sign in to comment.