Skip to content

Commit

Permalink
Fix error when downloading repo using tab (#427)
Browse files Browse the repository at this point in the history
Fixes #425
  • Loading branch information
denisidoro committed Oct 13, 2020
1 parent 9cf1227 commit ff84a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmds/repo.rs
Expand Up @@ -20,6 +20,7 @@ pub fn browse(finder: &FinderChoice) -> Result<(), Error> {

let opts = FinderOpts {
column: Some(1),
suggestion_type: SuggestionType::SingleSelection,
..Default::default()
};

Expand Down

0 comments on commit ff84a30

Please sign in to comment.