Skip to content

Commit

Permalink
update example after initing
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 23, 2020
1 parent 719741e commit 4d5fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _init(self):
return

success('Fork management set up successfully! You\'re on {}/{}'.format(COMMA_ORIGIN_NAME, COMMA_DEFAULT_BRANCH))
success('To get started, try running: {}emu fork switch [fork_username] (branch){}'.format(COLORS.RED, COLORS.ENDC))
success('To get started, try running: {}emu fork switch (username) [-b BRANCH]{}'.format(COLORS.RED, COLORS.ENDC))
self.fork_params.put('setup_complete', True)
self.fork_params.put('current_fork', COMMA_ORIGIN_NAME)
self.fork_params.put('current_branch', COMMA_DEFAULT_BRANCH)
Expand Down

0 comments on commit 4d5fce1

Please sign in to comment.