From 6a7d05907178cbfc518adbf5442bb30d5804c178 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 5 Aug 2015 04:36:29 +0300 Subject: [PATCH] Update github.lua --- Applications/github.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Applications/github.lua b/Applications/github.lua index e9c5e6b8..a23def28 100644 --- a/Applications/github.lua +++ b/Applications/github.lua @@ -93,15 +93,13 @@ elseif args[1] == "get" then io.stderr:write("Текущий репозиторий не установлен. Используйте \"github set <путь>\".") else currentRepository = config.readAll(pathToConfig).currentRepository - getFromGitHubSafely(userUrl .. "/" .. currentRepository .. "/master/" .. args[2], args[3]) + getFromGitHubSafely(userUrl .. currentRepository .. "/master/" .. args[2], args[3]) end elseif args[1] == "fast" then - + getFromGitHubSafely(userUrl .. args[2], args[3]) else printUsage() return end -getFromGitHub(userUrl..ssilka, put) -