From 0d9f95dc67d6f890e78b26c88f73c4623c6a2017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ka=C4=8Der?= Date: Sun, 18 Dec 2016 14:21:07 +0100 Subject: [PATCH] Additionally fixed the get() line for Open.Nat --- thirdparty/fetch-thirdparty-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 25208a99ea..8461b865ca 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -85,7 +85,7 @@ fi if [ ! -f Open.Nat.dll ]; then echo "Fetching Open.Nat from NuGet" - get Open.NAT 2.1.0 + get Open.Nat 2.1.0 cp ./Open.Nat/lib/net45/Open.Nat.dll . rm -rf Open.Nat fi