Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 19, 2024
1 parent 6b66c03 commit ad76121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone/standalone.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ func runSchedulerService(wg *sync.WaitGroup, errorChan chan<- error, info initIn
errorChan <- err
return
}
// if dir exists, change the permissions
// if dir exists, change the permissions.
if err = os.Chmod(schedulerDataDir, 0o777); err != nil {
errorChan <- err
return
Expand Down

0 comments on commit ad76121

Please sign in to comment.