fix typo issue

It is "fm-rest-api" in .zuul.yaml. Correct the service name.

Change-Id: Idbac53b74e0eeb5b7da5c83c2526fb3ac7be855e
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2018-11-22 21:03:15 +08:00
parent 0df290610c
commit 265b1e9218
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function cleanup_fault {
if is_service_enabled fm-common; then
cleanup_fm_common
fi
if is_service_enabled fm-rest_api; then
if is_service_enabled fm-rest-api; then
cleanup_fm_rest_api
fi
}