Skip to content

Commit dab163e

Browse files
committed
installer fix
1 parent 1796bbf commit dab163e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Installer.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ClassMethod DefaultNS(pVars, pLogLevel, tInstaller) As %Status
3535
ClassMethod BuildIndex() As %Status
3636
{
3737
Zn "PYTHON"
38-
Set tSC = ##class(Community.Post).%BuildIndices()
39-
Set tSC = ##class(Community.Tag).%BuildIndices()
40-
Set tSC = ##class(Community.Comment).%BuildIndices()
38+
Set tSC = ##class(community.post).%BuildIndices()
39+
Set tSC = ##class(community.tag).%BuildIndices()
40+
Set tSC = ##class(community.comment).%BuildIndices()
4141
Quit tSC
4242
}
4343

0 commit comments

Comments
 (0)