Skip to content

Commit a5fa748

Browse files
committed
Fixed a typo
1 parent 37010ad commit a5fa748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTADiag/Curl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ std::string Curl::CreatePasteBin ( std::string filePath, std::string pasteName )
7575
<< curl_easy_escape ( curl, pasteName.c_str(), pasteName.length() ) // urlencode MTADiag log filename
7676
<< "&"
7777
<< "api_paste_expire_date=1M&" // paste will expire in one month
78-
<< "api_dev_key=384625ea6f332a4eaf07ed02f00d2e2b&" // Pastebin API dev key
78+
<< "api_dev_key=use_your_own&" // Pastebin API dev key
7979
<< "api_paste_code="
8080
<< curl_easy_escape ( curl, logText.c_str(), logText.length() ); // urlencode log file contents
8181
post = ss.str();

0 commit comments

Comments
 (0)