Small typo "Triagechrome" -> "TriageChrome"

master
Clément Notin 2018-07-25 11:27:25 +02:00 committed by GitHub
parent 73fcff8e9c
commit ce964678e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4903,7 +4903,7 @@ namespace Seatbelt
string userChromeHistoryPath = String.Format("{0}\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\History", dir);
if (System.IO.File.Exists(userChromeHistoryPath))
{
Console.WriteLine(" [*] Chrome history file exists at {0} , run the 'Triagechrome' command", userChromeHistoryPath);
Console.WriteLine(" [*] Chrome history file exists at {0} , run the 'TriageChrome' command", userChromeHistoryPath);
}
}
}
@ -4914,7 +4914,7 @@ namespace Seatbelt
string userChromeHistoryPath = String.Format("{0}\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\History", System.Environment.GetEnvironmentVariable("USERPROFILE"));
if (System.IO.File.Exists(userChromeHistoryPath))
{
Console.WriteLine(" [*] Chrome history file exists at {0} , run the 'Triagechrome' command", userChromeHistoryPath);
Console.WriteLine(" [*] Chrome history file exists at {0} , run the 'TriageChrome' command", userChromeHistoryPath);
}
}
}