Skip to content

Commit 6f3138f

Browse files
authored
Cosmetic fix for message
1 parent fa141f5 commit 6f3138f

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
@@ -737,7 +737,7 @@ main (int argc, char *argv[])
737737
printf("please set it in the Travis CI Repository Settings for this project.\n");
738738
printf("You can get one from https://github.com/settings/tokens\n");
739739
} else {
740-
printf(", which is expected since this is a pull request\n");
740+
printf("which is expected since this is a pull request\n");
741741
}
742742
} else {
743743
gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");

0 commit comments

Comments
 (0)