This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Commit 05fe98e
committed
init: exit if bare repo clone fails
If 'GitHelper.CloneBareRepo()' fails, it returns an error. However, the
'init' command ignores this error and attempts to create a base bundle then
fail. Update 'init' to instead exit with the error it receives from
'CloneBareRepo()'.
Signed-off-by: Victoria Dye <vdye@github.com>1 parent 5911f5d commit 05fe98e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments