Skip to content

Commit 818bdf9

Browse files
Added missing quotes around argument when calling isIniFile
1 parent 0048ec8 commit 818bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl_config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ rem Check CLI config arg has '.ini' extension
120120
rem -------------------------------------------
121121

122122
rem Check if the file is an .ini file.
123-
call :isIniFile !$configPath!
123+
call :isIniFile "!$configPath!"
124124

125125
rem Check the result.
126126
if /i "!$result!" equ "false" (

0 commit comments

Comments
 (0)