Skip to content

Commit

Permalink
fix fpm output path
Browse files Browse the repository at this point in the history
  • Loading branch information
tredman committed Feb 10, 2020
1 parent 25492ba commit aeded55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

fpm -s dir -n samproxy \
-m "Honeycomb <[email protected]>" \
-p $GOPATH/bin \
-p ./artifacts \
-v $version \
-t $pkg_type \
--pre-install=./preinstall \
Expand Down

0 comments on commit aeded55

Please sign in to comment.