From e997084c343a49cd356d5abbf5258c9e8fefcb17 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 5 Aug 2015 05:21:08 +0300 Subject: [PATCH] Update github.lua --- Applications/github.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Applications/github.lua b/Applications/github.lua index 43c32639..203658c9 100644 --- a/Applications/github.lua +++ b/Applications/github.lua @@ -86,7 +86,9 @@ if args[1] == "set" then fs.makeDirectory(fs.path(pathToConfig)) config.write(pathToConfig, "currentRepository", args[2]) currentRepository = args[2] + info(" ") info("Текущий репозиторий изменен на "..currentRepository) + info(" ") elseif args[1] == "get" then if not fs.exists(pathToConfig) then io.write("\nТекущий репозиторий не установлен. Используйте \"github set <путь к репозиторию>\".\n\n")