This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 7ae113c
committed
Correctly check for existing repo in clone dialog.
The clone dialog was validating for the presence of an existing repo at
the destination path, but the validation was dependent upon the
_previous_ validation state. Make sure the current path is always
validated. Fixes #394. Fixes #109.1 parent 365e7b7 commit 7ae113c
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 178 | + | |
| 179 | + | |
184 | 180 | | |
185 | 181 | | |
186 | 182 | | |
| |||
0 commit comments