This commit is contained in:
2025-08-29 09:48:44 +02:00
parent 03bb86bd72
commit ce6cf3aa9c
27 changed files with 129 additions and 144 deletions

View File

@@ -77,7 +77,7 @@ pub fn (mut h HetznerManager) server_info_get(args_ ServerGetArgs) !ServerInfoDe
continue
}
server_name := texttools.name_fix(item.server_name)
//if id specified then we always use that one
// if id specified then we always use that one
if args.id == 0 && args.name.len > 0 && server_name != args.name {
continue
}