Fix typo in install template script

This commit is contained in:
Nathan Woodrow 2017-04-06 02:42:29 +01:00
parent 58909a1c21
commit 53e3f3bc2d

View File

@ -11,7 +11,7 @@ IF NOT EXIST "%TEMPLATES%\qgis" (
) )
IF NOT EXIST "%CODESTYLES%" ( IF NOT EXIST "%CODESTYLES%" (
mkdir "%COESTYLES%" mkdir "%CODESTYLES%"
) )
IF NOT EXIST "%CODESTYLES%\qgis_code_style.xml" ( IF NOT EXIST "%CODESTYLES%\qgis_code_style.xml" (