From 0beac9b47df7c909a3e028edbeb8ff75626454ec Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Wed, 24 Mar 2021 09:52:45 +0000 Subject: [PATCH] (#831) Add missing backtick in nuspec This was causing the formatting on chocolatey.org to not work correctly. --- nuspec/chocolatey/ChocolateyGUI.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/chocolatey/ChocolateyGUI.nuspec b/nuspec/chocolatey/ChocolateyGUI.nuspec index b406d5eff..1a107602b 100644 --- a/nuspec/chocolatey/ChocolateyGUI.nuspec +++ b/nuspec/chocolatey/ChocolateyGUI.nuspec @@ -31,7 +31,7 @@ Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool. - `/DefaultToTileViewForRemoteSource` - Enables/disables whether or not Chocolatey GUI defaults to tile instead of list view for all remote source views. - `/UseDelayedSearch` - Enables/disables whether or not Chocolatey GUI uses a live search, which returns results after a short delay without clicking the search button. - `/PreventPreload` - Prevents preloading results with a blank search when opening the remote source view. -- `/PreventAutomatedOutdatedPackagesCheck - Prevents automated check for outdated packages on startup. +- `/PreventAutomatedOutdatedPackagesCheck` - Prevents automated check for outdated packages on startup. - `/ExcludeInstalledPackages` - Enables/disables whether or not Chocolatey GUI shows packages that are already installed when viewing sources. - `/ShowAggregatedSourceView` - Enables/disables whether or not Chocolatey GUI shows an additional source combining all sources into one location. - `/ShowAdditionalPackageInformation` - Show additional package information on Local and Remote views.