git-profile
git-profile copied to clipboard
Missing newlines in "use" and "current" command
When using the "use" and "current" command the prompt does not add an ending new-line. As a result follow-up commands are not aligned properly:
Current situation:
user@localhost:~$ git-profile current
defaultuser@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.user@localhost:~$
Expected result:
user@localhost:~$ git-profile current
default
user@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.
user@localhost:~$