Skip to content

Commit

Permalink
service not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Feb 7, 2019
1 parent 4bd9fa0 commit ef28caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/package-builder/package-builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func main() {
func defaultTargets() string {
switch runtime.GOOS {
case "windows":
return "windows-service-msi"
return "windows-none-msi"
case "linux":
return "linux-systemd-rpm,linux-systemd-deb"
case "darwin":
Expand Down

0 comments on commit ef28caf

Please sign in to comment.