Skip to content

Commit

Permalink
forget to uncomment again
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Dec 13, 2023
1 parent 2add810 commit 64be4d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ START:

logInfof("Starting Go-OpenBmclApi v%s", VERSION)

// {
// logInfof("Fetching file list")
// fl := cluster.GetFileList()
// if fl == nil {
// logError("Cluster filelist is nil, exit")
// os.Exit(1)
// }
// cluster.SyncFiles(fl, ctx)
// }
{
logInfof("Fetching file list")
fl := cluster.GetFileList()
if fl == nil {
logError("Cluster filelist is nil, exit")
os.Exit(1)
}
cluster.SyncFiles(fl, ctx)
}

if !cluster.Connect() {
os.Exit(1)
Expand Down

0 comments on commit 64be4d7

Please sign in to comment.