Skip to content

Commit e1c06ec

Browse files
committed
Fixed typo
1 parent 6aa17ad commit e1c06ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SET KIBANA_VERSION=4.5.0
1212

1313
rem ---------- installer version
1414
SET INSTALLER_VERSION=1.0.0
15-
IF DEFINED APPVEYOR_BUILD_VERSION SET INSTALLER_VERSION=APPVEYOR_BUILD_VERSION
15+
IF DEFINED APPVEYOR_BUILD_VERSION SET INSTALLER_VERSION=%APPVEYOR_BUILD_VERSION%
1616
echo "Building installer v%INSTALLER_VERSION%"
1717

1818
rem ---------- Download packages ----------

0 commit comments

Comments
 (0)