Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed May 17, 2022
1 parent 2445478 commit 59c757e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/env/test/parse-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ const gitTests = [
{
sourceString: 'ssh://git@github.com/short.git',
url: 'ssh://git@github.com/short.git',
ref: 'master',
ref: undefined,
path: currentDirectory + '/short',
clonePath: currentDirectory + '/short',
basename: 'short',
},
{
sourceString: 'ssh://git@github.com/owner/long/path/repo.git',
url: 'ssh://git@github.com/owner/long/path/repo.git',
ref: 'master',
ref: undefined,
path: currentDirectory + '/owner/long/path/repo',
clonePath: currentDirectory + '/owner/long/path/repo',
basename: 'repo',
Expand Down

0 comments on commit 59c757e

Please sign in to comment.