Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerrill6 committed Jun 11, 2020
1 parent 38f27a6 commit c035564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
env:
- CGO_ENABLED=0
main: ./cmd/space-poc/main.go
binary: space
binary: space-poc
goos:
- darwin
- linux
Expand All @@ -23,7 +23,7 @@ builds:
- darwin
- linux
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
- name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
format: binary
replacements:
darwin: Darwin
Expand Down
2 changes: 1 addition & 1 deletion cmd/installer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func main() {
_, err = envFile.WriteString("TXL_USER_KEY=" + textileUserKey + "\nTXL_USER_SECRET=" + textileUserSecret + "\nLOG_LEVEL=DEBUG\n")
checkErr(err)

fmt.Println("Space Daemon installed successfully")
fmt.Println("Space Daemon installed successfully. Run ./space to start it.")
}

func DownloadFile(filepath string, url string) error {
Expand Down

0 comments on commit c035564

Please sign in to comment.