Skip to content

Commit 4ea00b2

Browse files
committed
chore: fix typo
1 parent c9c7cae commit 4ea00b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/syncer/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (s syncer) Run(ctx context.Context) error {
8686

8787
if s.volumeExpansion {
8888
allowVolumeExpansion := s.volumeExpansion
89-
log.Printf("Setting allowVolumeExpasion to %t...", allowVolumeExpansion)
89+
log.Printf("Setting allowVolumeExpansion to %t", allowVolumeExpansion)
9090
}
9191

9292
if len(errs) == 0 {

0 commit comments

Comments
 (0)