- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
Description
While running "Branches Aren't Just For Birds" I ran into a syntax bug;
I am using Git-it on Manjaro linux (installed from AUR, doesn't appear to be latest bits - but I also don't see that this particular issue has been addressed.) I created the appropriate branch, "add-SBS-MBUEL", added and committed the file to CONTRIBUTORS and the result from Verify is as follows:
Found branch as expected!
Changes have been pushed!
Error: ENOENT: no such file or directory, scandir '/home/mbuel/Documents/work/Projects/patchwork/contributors/'
This is appears to be failing because of case sensitive nature of *nix environments.
remote branch
https://github.com/SBS-MBUEL/patchwork/tree/add-SBS-MBUEL
local directory capture:
/home/mbuel/Documents/work/Projects/patchwork
ls
contributing.md  CONTRIBUTORS/  favicon.png  index.html  issue_template.md  LICENSE.md  patchwork-ss.png  readme.md  style.css  template.hbs
git status
On branch add-SBS-MBUEL
nothing to commit, working tree clean
AUR
Git-IT 4.3.3.0-1 - I did look through the release history, and it doesn't appear this particular issue was fixed in later versions.