Skip to content

Commit 87d598f

Browse files
Fix typo in shortcut names for SQL Compact Query Analyzer
1 parent 8131ee4 commit 87d598f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/ChocolatelyPackages/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cmd /c assoc .sdf=sqlcedbfile
66
cmd /c ftype sqlcedbfile=QueryAnalyzer.exe -File `"QueryAnalyzer.exe`" `"%1`"
77

88
$WshShell = New-Object -comObject WScript.Shell
9-
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\SQL Compact Quer Analyzer (x64).lnk")
9+
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\SQL Compact Query Analyzer (x64).lnk")
1010
$Shortcut.TargetPath = "$sqlcequeryDir\tools\QueryAnalyzer.exe"
1111
$Shortcut.Save()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Remove-Item "$Home\Desktop\SQL Compact Quer Analyzer (x64).lnk"
1+
Remove-Item "$Home\Desktop\SQL Compact Query Analyzer (x64).lnk"
22

0 commit comments

Comments
 (0)