In Git2 error fixing, opening the repo is still currently unavailable.
This commit is contained in:
@@ -64,7 +64,7 @@ pub struct ChangelogCommand {
|
||||
|
||||
impl ChangelogCommand {
|
||||
pub async fn execute(&self) -> Result<()> {
|
||||
let repo = find_repo(".")?;
|
||||
let repo = find_repo(std::env::current_dir()?.as_path())?;
|
||||
let manager = ConfigManager::new()?;
|
||||
let config = manager.config();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user