Skip to content

Commit dc467db

Browse files
authored
Fix stupid copy&paste mistake that caused #518
Mea culpa.
1 parent c7d3674 commit dc467db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appimagetool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ main (int argc, char *argv[])
441441
travis_tag = getenv("TRAVIS_TAG");
442442
/* https://github.com/probonopd/uploadtool */
443443
char* github_token;
444-
travis_tag = getenv("GITHUB_TOKEN");
444+
github_token = getenv("GITHUB_TOKEN");
445445

446446
/* Parse OWD environment variable.
447447
* If it is available then cd there. It is the original CWD prior to running AppRun */

0 commit comments

Comments
 (0)