summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gitano/command.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitano/command.lua b/lib/gitano/command.lua
index da20dea..f8b25a8 100644
--- a/lib/gitano/command.lua
+++ b/lib/gitano/command.lua
@@ -740,7 +740,7 @@ local function builtin_rename_prep(config, repo, cmdline, context)
local ctx, action, reason
-- Check 0, is the current repo nascent
if repo.is_nascent then
- return "deny", "Cannot rename a repository which does not exit"
+ return "deny", "Cannot rename a repository which does not exist"
end
-- Check 1, read current repo
ctx = util.deep_copy(context)