From c1189149053228204277708cc01037e6c9891d37 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 19 Aug 2016 11:21:43 -0400 Subject: Rolling update --- include/post-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/post-common.sh') diff --git a/include/post-common.sh b/include/post-common.sh index 0ea77b6..c9fb7e1 100644 --- a/include/post-common.sh +++ b/include/post-common.sh @@ -30,7 +30,7 @@ export PDK_CONTEXT=$context:${PYTHON_VERSION} export PDK_LOG="$LOGDIR/${HOSTNAME}-$PDK_TESTRUN" echo '----' -echo "Applying SHELL fix (thanks Continnum)..." +echo "Applying SHELL fix (thanks Continuum)..." if [[ $SHELL == bash ]]; then export SHELL=/bin/bash elif [[ $SHELL == zsh ]]; then -- cgit