From c026194a037651afb40de48dadcda1b353f01a70 Mon Sep 17 00:00:00 2001 From: Szymon Datko Date: Fri, 25 Oct 2019 15:22:50 +0200 Subject: [PATCH] Fix version string once more Apparently the Gerrit Trigger plugin only recognizes the value if it matches specific pattern. Therefore there must be "gerrit version 2.16.7" so we can use all features of the plugin. --- gerrit_fake_ssh_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit_fake_ssh_server.py b/gerrit_fake_ssh_server.py index 7684ed6..bc56c02 100644 --- a/gerrit_fake_ssh_server.py +++ b/gerrit_fake_ssh_server.py @@ -27,7 +27,7 @@ openstack openstack/nova openstack/neutron """ -GERRIT_CMD_VERSION = "ferrit version 2.16.7\n" +GERRIT_CMD_VERSION = "gerrit version 2.16.7\n" GERRIT_SHELL_MSG = """\r **** Welcome to Ferrit Code Review ****\r \r