summaryrefslogtreecommitdiffstats
path: root/sonar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar.sh')
-rwxr-xr-xsonar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar.sh b/sonar.sh
index 25cc44c..eee6415 100755
--- a/sonar.sh
+++ b/sonar.sh
@@ -58,7 +58,7 @@ run_tox_test()
pip install --upgrade pip
pip install --upgrade tox argparse
pip freeze
- cd azure
+ cd multicloud_azure
tox -e cover
deactivate
cd ..