Commit Diff


commit - cd2e14b68c560c11dbf52f71c51e6cfc039ab94e
commit + 6cdfa3a8453cafda65540a440108a4801b889a06
blob - ae78fc1d52bf99571aa1e6b90ecb1d89949a27a6
blob + 051031983bbd183916ce00e35a404466f2bd3a51
--- gotd/gotd.c
+++ gotd/gotd.c
@@ -2109,8 +2109,7 @@ main(int argc, char **argv)
 		snprintf(title, sizeof(title), "%s %s",
 		    gotd_proc_names[proc_id], repo_path);
 	} else if (proc_id == PROC_NOTIFY) {
-		snprintf(title, sizeof(title), "%s %s",
-		    gotd_proc_names[proc_id], repo_path);
+		snprintf(title, sizeof(title), "%s", gotd_proc_names[proc_id]);
 		if (gethostname(hostname, sizeof(hostname)) == -1)
 			fatal("gethostname");
 		if (asprintf(&default_sender, "%s@%s",