Skip to content

Commit

Permalink
Change branch used for version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
randomascii committed Aug 29, 2020
1 parent 1c85425 commit 4f365a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIforETW/VersionChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void CVersionChecker::VersionCheckerThread()
try
{
CInternetSession MySession;
const wchar_t* const url = L"https://raw.githubusercontent.com/google/UIforETW/master/UIforETW/VersionCopy.h";
const wchar_t* const url = L"https://raw.githubusercontent.com/google/UIforETW/main/UIforETW/VersionCopy.h";
std::unique_ptr<CStdioFile> webFile(MySession.OpenURL(url));
// Read into the buffer -- set the maximum to one less than the length
// of the buffer.
Expand Down

0 comments on commit 4f365a0

Please sign in to comment.