Skip to content

Commit

Permalink
hack/build.sh: remove unused LAUNCH_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Oct 23, 2019
1 parent fbdb54e commit 456e4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if [ "$(version "${current_go_version#go}")" -lt "$(version "$minimum_go_version
exit 1
fi

LAUNCH_PATH="${PWD}"
cd "$(dirname "$0")/.."

MODE="${MODE:-release}"
Expand Down

0 comments on commit 456e4c3

Please sign in to comment.