Update BBB.ps1

Typo in comments, Chrome should be Edge.
pull/550/head
Jeklah 2022-09-06 23:32:19 +01:00 committed by GitHub
parent 5738de5e9e
commit 3e608cdd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if (-not(Test-Path -Path "$env:USERPROFILE/AppData/Local/Microsoft/Edge/User Dat
throw $_.Exception.Message
}
}
# Copy Chrome Bookmarks to Bash Bunny
# Copy Edge Bookmarks to Bash Bunny
else {
Copy-Item "$env:USERPROFILE/AppData/Local/Microsoft/Edge/User Data/Default/Bookmarks" -Destination "$TARGETDIR2"
}
}