-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit 91ed065
test(check): fixes logic issue made evident by the latest fix(git) commit
git was failing with "fatal: ambiguous argument 'master..master': unknown revision or path not in the working tree". git `master` branch doesn't exist unless there is at least one "initial" commit or when only the PR branch has been cloned (e.g. CI).1 parent b4dbd84 commit 91ed065
1 file changed
+6
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
217 | 218 |
| |
218 | 219 |
| |
219 | 220 |
| |
221 | + | ||
220 | 222 |
| |
223 | + | ||
224 | + | ||
225 | + | ||
226 | + | ||
221 | 227 |
| |
222 | 228 |
| |
223 | 229 |
| |
|
0 commit comments