Remove extra "_"

This commit is contained in:
Silvan Raijer 2024-10-25 10:28:05 +02:00
parent fbcc795078
commit 96b5a2c873
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ if (length $args{'hostid'}) {
pod2usage(2);
exit 127;
}
$hostid = "$args{'hostid'}_";
$hostid = "$args{'hostid'}";
}
# figure out if source and/or target are remote.