Skip to content

Commit

Permalink
windows-nsis: cleanup: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
  • Loading branch information
alonbl committed Jun 26, 2012
1 parent d96e3c8 commit 18b4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-nsis/build-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ get_full_path() {
}

GIT="${GIT:-git}"
OPENVPN_BRANCH="${BRANCH:-master}"
OPENVPN_BRANCH="${OPENVPN_BRANCH:-master}"
OPENVPN_URL="${OPENVPN_URL:-http://github.com/OpenVPN/openvpn.git}"

SCRIPTROOT="$(get_full_path "$(dirname "$0")")"
Expand Down

0 comments on commit 18b4898

Please sign in to comment.