Fixing small typo in collectd-ceilometer-plugin.yaml

Change-Id: Iafca76b10ba883df9b6b66d9c0843df8be1d92db
This commit is contained in:
Michal Ptacek 2017-04-05 15:35:23 +01:00
parent d05bef0c12
commit da1dbcec83

View File

@ -25,7 +25,7 @@
#!/bin/bash -xe #!/bin/bash -xe
export BRANCH_OVERRIDE={branch-override} export BRANCH_OVERRIDE={branch-override}
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
if [ "$BRANCH_OVERRRIDE" != "default" ] ; then if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi fi
# Because we are testing a non standard project, add # Because we are testing a non standard project, add