Fixing small typo in collectd-ceilometer-plugin.yaml
Change-Id: Iafca76b10ba883df9b6b66d9c0843df8be1d92db
This commit is contained in:
parent
d05bef0c12
commit
da1dbcec83
@ -25,7 +25,7 @@
|
||||
#!/bin/bash -xe
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
export PYTHONUNBUFFERED=true
|
||||
if [ "$BRANCH_OVERRRIDE" != "default" ] ; then
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
# Because we are testing a non standard project, add
|
||||
|
Loading…
Reference in New Issue
Block a user