Skip to content

Commit be9370d

Browse files
authored
Update New-IPv4NetworkScan.ps1
1 parent cd2cfa5 commit be9370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/New-IPv4NetworkScan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Begin{
139139
try{
140140
Write-Verbose "Create backup of the IEEE Standards Registration Authority list..."
141141

142-
# Save file, before download a new version
142+
# Backup file, before download a new version
143143
if([System.IO.File]::Exists($CSV_MACVendorList_Path))
144144
{
145145
Rename-Item -Path $CSV_MACVendorList_Path -NewName $CSV_MACVendorList_BackupPath

0 commit comments

Comments
 (0)