Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81ae75f

Browse files
committed
bugfix
1 parent a2b80a6 commit 81ae75f

File tree

1 file changed

+1
-1
lines changed
  • websites/code2/studygolang/src/server/indexer

1 file changed

+1
-1
lines changed

websites/code2/studygolang/src/server/indexer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func init() {
3232
func main() {
3333
logger.Init(ROOT+"/log", ConfigFile.MustValue("global", "log_level", "DEBUG"))
3434

35-
if manualIndex {
35+
if *manualIndex {
3636
indexing(true)
3737
}
3838

0 commit comments

Comments
 (0)