File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ def setup(ctx: click.Context) -> None:
34
34
username = get_username (verbose )
35
35
fork_name = f"{ username } -gitmastery-progress"
36
36
37
- ctx .invoke (check , phase = "git" )
38
- ctx .invoke (check , phase = "github" )
39
-
40
37
gitmastery_root_path , cds , gitmastery_config = require_gitmastery_root ()
41
38
if cds != 0 :
42
39
error (
43
40
f"Use { click .style ('cd ' + generate_cds_string (cds ), bold = True , italic = True )} the root of the Git-Mastery exercises folder to download a new exercise."
44
41
)
45
42
43
+ ctx .invoke (check , phase = "git" )
44
+ ctx .invoke (check , phase = "github" )
45
+
46
46
info ("Setting up progress tracker for you" )
47
47
info (
48
48
f"Checking if you have fork of { click .style (PROGRESS_REPOSITORY_NAME , bold = True , italic = True )} "
You can’t perform that action at this time.
0 commit comments