From de169664d6da5a03cc055358a00360bb33f46bce Mon Sep 17 00:00:00 2001 From: xenoscr Date: Thu, 22 Oct 2020 21:51:57 -0400 Subject: [PATCH] Finxing missing quotes --- yml/OtherMSBinaries/DefaultPack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yml/OtherMSBinaries/DefaultPack.yml b/yml/OtherMSBinaries/DefaultPack.yml index acf7856..dbea4fd 100644 --- a/yml/OtherMSBinaries/DefaultPack.yml +++ b/yml/OtherMSBinaries/DefaultPack.yml @@ -1,7 +1,7 @@ --- Name: DefaultPack.EXE Description: This binary can be downloaded along side multiple software downloads on the microsoft website. It gets downloaded when the user forgets to uncheck the option to set Bing as the default search provider. -Author: @checkymander +Author: '@checkymander' Created: '2020-10-01' Commands: - Command: DefaultPack.EXE /C:"process.exe args" @@ -22,5 +22,5 @@ Resources: - Link: https://twitter.com/checkymander/status/1311509470275604480. Acknowledgement: - Person: checkymander - Handle: @checkymander + Handle: '@checkymander' ---