Fix csharp/run_distrib_test_dotnetcli.sh to pass shellcheck

pull/14360/head
Mehrdad Afshari 7 years ago
parent fd954d2827
commit 7bf30d6b35
  1. 2
      test/distrib/csharp/run_distrib_test_dotnetcli.sh

@ -15,7 +15,7 @@
set -ex
cd $(dirname $0)
cd "$(dirname "$0")"
unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip" -d TestNugetFeed

Loading…
Cancel
Save