aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgitcmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitcmd b/gitcmd
index c751b9a..32d3670 100755
--- a/gitcmd
+++ b/gitcmd
@@ -48,4 +48,4 @@ elif command == 'git-receive-pack' and repository in repositories_rw:
elif command == 'ls':
lsexit_repositories(repositories_ro, [])
else:
- fail('Bad git command or inexistant repository or access denied')
+ fail(f'Bad command {command} or access denied')