Skip to content

Commit

Permalink
make ci happy
Browse files Browse the repository at this point in the history
Signed-off-by: Junduo Dong <[email protected]>
  • Loading branch information
An-DJ committed Sep 18, 2023
1 parent 6cff42e commit dae8cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/nydus-image/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ impl Command {
Some(Arc::new(local_fs))
}
None => {
if !config.backend.is_none() {
if config.backend.is_some() {
Some(BlobFactory::new_backend(
config.backend.as_ref().unwrap(),
"unpacker",
Expand Down

0 comments on commit dae8cab

Please sign in to comment.