Skip to content

Commit 1f6b965

Browse files
committed
adjust error text
1 parent f0dc700 commit 1f6b965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prtgshell2.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ function Set-PrtgSetting {
608608
if ($PrtgSettingHashtable.id) {
609609
$QueryStringTable = $PrtgSettingHashtable
610610
} else {
611-
throw "Hashtable MUST contain ID property!"
611+
throw "Command requires Object ID!"
612612
}
613613
}
614614

0 commit comments

Comments
 (0)