From 6f3138f02701a7b52959f16f2ee6b540bf5b3dc5 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 9 Nov 2017 20:21:17 +0100 Subject: [PATCH] Cosmetic fix for message --- appimagetool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimagetool.c b/appimagetool.c index 12a79997f..d05cbc424 100644 --- a/appimagetool.c +++ b/appimagetool.c @@ -737,7 +737,7 @@ main (int argc, char *argv[]) printf("please set it in the Travis CI Repository Settings for this project.\n"); printf("You can get one from https://github.com/settings/tokens\n"); } else { - printf(", which is expected since this is a pull request\n"); + printf("which is expected since this is a pull request\n"); } } else { gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");