Skip to content

Commit

Permalink
small error nit
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanCoughlan5 committed Feb 12, 2025
1 parent 0ed2257 commit 998af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (s *SnapshotService) RestoreSnapshot() error {

resolvedFilePath, err = resolveFilePath(inputFilePath)
if err != nil {
return errors.Wrap(err, fmt.Sprintf("failed to resolve input file path '%s'", s.cfg.Input))
return errors.Wrap(err, fmt.Sprintf("failed to resolve input file path '%s'", inputFilePath))
}
} else {
var err error
Expand Down

0 comments on commit 998af24

Please sign in to comment.