services: fix indentation

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2020-01-13 17:03:26 +01:00 committed by Dietmar Maurer
parent cbe01dc5c7
commit 1c79e1017f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ fn run_service_command(service: &str, cmd: &str) -> Result<Value, Error> {
}
if service == "proxmox-backup" && cmd != "restart" {
bail!("invalid service cmd '{} {}'", service, cmd);
bail!("invalid service cmd '{} {}'", service, cmd);
}
let real_service_name = real_service_name(service);