We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c7cae commit 4ea00b2Copy full SHA for 4ea00b2
pkg/syncer/run.go
@@ -86,7 +86,7 @@ func (s syncer) Run(ctx context.Context) error {
86
87
if s.volumeExpansion {
88
allowVolumeExpansion := s.volumeExpansion
89
- log.Printf("Setting allowVolumeExpasion to %t...", allowVolumeExpansion)
+ log.Printf("Setting allowVolumeExpansion to %t", allowVolumeExpansion)
90
}
91
92
if len(errs) == 0 {
0 commit comments