From c8f2e220ad88c797df187b915354fb9b0f680ecd Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 12 Oct 2022 20:14:58 +0100 Subject: [PATCH] Fix the .gitreview file project key This patch ensures that the project key in the .gitreview file has the `.git` suffix. This is used by various tools, and so needs to be present. Change-Id: I93198488109b2c32bdc24ec634f406091ce27603 --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 119e2c0..5bb0ecd 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.opendev.org port=29418 -project=openstack/charm-nova-compute-nvidia-vgpu +project=openstack/charm-nova-compute-nvidia-vgpu.git