Skip to content

Commit 767b9ae

Browse files
committed
fix an error
Signed-off-by: Anton Sergunov <[email protected]>
1 parent 3183bb3 commit 767b9ae

File tree

1 file changed

+1
-1
lines changed
  • internal/dataexport/cmd/list

1 file changed

+1
-1
lines changed

internal/dataexport/cmd/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func downloadFunc(
141141
case "Filesystem":
142142
return foo(resp.Body)
143143
default:
144-
return fmt.Errorf("%w: %s", unsupportedVolumeModeErr, volumeMode)
144+
return fmt.Errorf("%w: %s", util.UnsupportedVolumeModeErr, volumeMode)
145145
}
146146
}
147147

0 commit comments

Comments
 (0)