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:
parent
0df290610c
commit
265b1e9218
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user