Skip to content

Commit 53e3f3b

Browse files
committedApr 6, 2017
Fix typo in install template script
1 parent 58909a1 commit 53e3f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎editors/QtCreator/install-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF NOT EXIST "%TEMPLATES%\qgis" (
1111
)
1212

1313
IF NOT EXIST "%CODESTYLES%" (
14-
mkdir "%COESTYLES%"
14+
mkdir "%CODESTYLES%"
1515
)
1616

1717
IF NOT EXIST "%CODESTYLES%\qgis_code_style.xml" (

0 commit comments

Comments
 (0)
Please sign in to comment.