Skip to content

Commit e321cd3

Browse files
committed
corrected missed next_audit_date
1 parent b4c2b51 commit e321cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SnipeitPS/Public/New-SnipeitAudit.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function New-SnipeitAudit() {
5353
}
5454

5555
if ($PSBoundParameters.ContainsKey('next_audit_date')) {
56-
$Values += @{"next_audit_date" = ($next_audit).ToString("yyyy-MM-dd")}
56+
$Values += @{"next_audit_date" = ($next_audit_date).ToString("yyyy-MM-dd")}
5757
}
5858

5959
$Parameters = @{

0 commit comments

Comments
 (0)