From b1bbd1cc4a5e1af05565f5ff4bb930305a317691 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 15 2017 18:30:09 +0000 Subject: Typo in the deactivate command --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index b701f9c..cfb7cc3 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -38,7 +38,7 @@ then else source pagureenv-$DATE-$HASH/bin/activate fi -trap deactive SIGINT SIGTERM EXIT +trap deactivate SIGINT SIGTERM EXIT # Reload where the nosetests app is (within the venv)