diff options
-rwxr-xr-x | gitcmd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |