Skip to content

Commit

Permalink
Small fix on guit tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Feb 3, 2022
1 parent ac64174 commit e69f649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/guit/fetch.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Tests fetch command
$ mkdir simple
$ mkdir simple-clone
$ cd simple
$ git init -b master -q 2> /dev/null
$ git init -q 2> /dev/null
$ git config init.defaultBranch master
$ git checkout -b master -q
$ git config user.email "romain@mirage.io"
$ git config user.name "Romain Calascibetta"
$ git commit --allow-empty -q -m .
Expand Down

0 comments on commit e69f649

Please sign in to comment.