From ee001d7b1965f50236eec1c83dd848cd56c5396e Mon Sep 17 00:00:00 2001 From: Ruslan Khozinov Date: Thu, 18 Aug 2016 16:26:22 +0300 Subject: [PATCH] The incorrect branch key is fixed for fuel-qa submodule Submodule initialization process had pulled master branch of fuel-qa instead of stable/mitaka because of typo for branch key Change-Id: I2fd8e613349258cec0faafc72c33d4a1066bd5eb --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 14b5c66..bed9c6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,4 +17,4 @@ [submodule "plugin_test/fuel-qa"] path = plugin_test/fuel-qa url = https://github.com/openstack/fuel-qa.git - bransh = stable/mitaka + branch = stable/mitaka