Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 9e72da3

Browse files
committed
appveyor: specify correct path
1 parent 6cf4436 commit 9e72da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/install-mroonga.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Install-Mroonga($mariadbVer, $arch, $installSqlDir) {
3232
cd ..
3333
}
3434

35-
$installSqlDir = "share\mroonga"
35+
$installSqlDir = ".\share\mroonga"
3636

3737
$platform = "win32", "winx64"
3838
foreach ($arch in $platform)

0 commit comments

Comments
 (0)