From 093e662806bb8d61790aaa9fed8204dd8b772b75 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 16 Nov 2017 07:26:04 +0800 Subject: [PATCH] Fix typo. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index ba05c88..fea8aac 100755 --- a/launcher +++ b/launcher @@ -307,7 +307,7 @@ set_template_info() { require 'yaml' input=STDIN.readlines.join - # default to UTF-8 for the dbs sakeb + # default to UTF-8 for the dbs sake env = {'LANG' => 'en_US.UTF-8'} input.split('_FILE_SEPERATOR_').each do |yml| yml.strip! -- 2.25.1