Skip to content

Commit

Permalink
MG-388 increase compression tax
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Aug 30, 2017
1 parent c529d83 commit 3772b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case $1 in
-ldflags "-X github.com/mageddo/dns-proxy-server/flags.version=$VERSION" && \
cp -r ../static ../build/ && \
cd ../build/ && \
tar -cvf dns-proxy-server-$VERSION.tgz * && \
tar -czvf dns-proxy-server-$VERSION.tgz * && \
cd ../

echo "build success"
Expand Down

0 comments on commit 3772b74

Please sign in to comment.