Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elijaharita committed Sep 11, 2023
1 parent 2edb0c2 commit 51f84bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/singularity/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (l *SingularityStore) Start(ctx context.Context) error {
}
if preparation == nil {
// If no preparation was found, initialize it
preparation, err = l.initPreparation(ctx)
_, err = l.initPreparation(ctx)
if err != nil {
logger.Errorw("First-time preparation initialization failed", "err", err)
return fmt.Errorf("first-time preparation initialization failed: %w", err)
Expand Down

0 comments on commit 51f84bc

Please sign in to comment.