| commit | c64b16ce7fded4cd80d399d096f7e3e219228acb | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Sep 22 07:18:01 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Sep 22 07:18:01 2015 +0000 |
| tree | f5cfb1b48e1f1c40ee5cae731e1c34538d5e45ce | |
| parent | 0ddd92a235fd97b91b53b815dc3489e40aa60052 [diff] | |
| parent | e3340f1fe6a79166e50dc2a89e7a74fa038e9014 [diff] |
Merge "Fix typo: falure => failure"
diff --git a/functions-common b/functions-common index 4fca80e..4e85001 100644 --- a/functions-common +++ b/functions-common
@@ -1492,7 +1492,7 @@ return fi - # Check if there is any falure flag file under $SERVICE_DIR/$SCREEN_NAME + # Check if there is any failure flag file under $SERVICE_DIR/$SCREEN_NAME # make this -o errexit safe failures=`ls "$SERVICE_DIR/$SCREEN_NAME"/*.failure 2>/dev/null || /bin/true`