Skip to content

Commit

Permalink
Fix typo nectup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Hackenjos committed Jan 4, 2021
1 parent ece61f7 commit 4229fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf build/*

env GOOS=windows GOARCH=amd64 go build -o build/dyndns-netcup-go-windows.exe
env GOOS=linux GOARCH=amd64 go build -o build/dyndns-netcup-go-linux
env GOOS=linux GOARCH=arm go build -o build/dyndns-nectup-go-linux-arm
env GOOS=linux GOARCH=arm go build -o build/dyndns-netcup-go-linux-arm
env GOOS=darwin GOARCH=amd64 go build -o build/dyndns-netcup-go-macos

for file in ./build/*; do
Expand Down

0 comments on commit 4229fe2

Please sign in to comment.