gleich / fgh

📁 Automate the lifecycle and organization of your cloned GitHub repositories
MIT License
142 stars 17 forks source link

🐛 Fix `fgh migrate` #38

Closed cjdenio closed 3 years ago

cjdenio commented 3 years ago

Description

This miniature PR fixes fgh migrate, which was broken because it didn't ensure the dirent was a directory before calling IsGitRepo(), which seems to only work on directories.

Steps

Original Issue

This PR resolves #NaN