Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
install fluxctl in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Aug 21, 2019
1 parent be4275b commit f9c6418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parts:
plugin: nil
override-build: |
export GOBIN=$SNAPCRAFT_PART_INSTALL/bin
go build ./cmd/fluxctl
go build -o $GOBIN/fluxctl ./cmd/fluxctl
build-environment:
- GO111MODULE: 'on'
- CGO_ENABLED: '0'
Expand Down

0 comments on commit f9c6418

Please sign in to comment.