Skip to content

Commit

Permalink
installer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Jul 14, 2020
1 parent 1796bbf commit dab163e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installer.cls
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ClassMethod DefaultNS(pVars, pLogLevel, tInstaller) As %Status
ClassMethod BuildIndex() As %Status
{
Zn "PYTHON"
Set tSC = ##class(Community.Post).%BuildIndices()
Set tSC = ##class(Community.Tag).%BuildIndices()
Set tSC = ##class(Community.Comment).%BuildIndices()
Set tSC = ##class(community.post).%BuildIndices()
Set tSC = ##class(community.tag).%BuildIndices()
Set tSC = ##class(community.comment).%BuildIndices()
Quit tSC
}

Expand Down

0 comments on commit dab163e

Please sign in to comment.