From daee7154d4be432ccd949c8f0b354a192e9da3ed Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 29 8月 2019 19:28:10 +0800
Subject: [PATCH] test new travis configuration

---
 src/tools/bootstrap/bootstrap.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tools/bootstrap/bootstrap.cpp b/src/tools/bootstrap/bootstrap.cpp
index 61c764c..4af84e9 100644
--- a/src/tools/bootstrap/bootstrap.cpp
+++ b/src/tools/bootstrap/bootstrap.cpp
@@ -95,7 +95,7 @@
 	string public_fname(argv[2]);
 
 	if (file_exists(private_fname) || file_exists(public_fname)) {
-		printf("Key file exist, skipping key generation. Do 'make clean' to generate new keys.\n");
+		printf("Key files exist, skipping key generation. Do 'make clean' to generate new keys.\n");
 		exit(0);
 	}
 

--
Gitblit v1.9.1