We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d3674 commit dc467dbCopy full SHA for dc467db
appimagetool.c
@@ -441,7 +441,7 @@ main (int argc, char *argv[])
441
travis_tag = getenv("TRAVIS_TAG");
442
/* https://github.com/probonopd/uploadtool */
443
char* github_token;
444
- travis_tag = getenv("GITHUB_TOKEN");
+ github_token = getenv("GITHUB_TOKEN");
445
446
/* Parse OWD environment variable.
447
* If it is available then cd there. It is the original CWD prior to running AppRun */
0 commit comments