Fix error message

This commit is contained in:
Pedro Piñera 2018-06-27 08:56:56 +02:00
parent 286225c58e
commit ceabe324a3
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ do {
let message = """
\("Error:".bold().red()) \(error.errorDescription)
\("Try again and if the problem persists, open an issue on https://github.com/xcode-project-manager/support/issues/new/choose".yellow())
\("Try again, and if the problem persists, open an issue on https://github.com/xcode-project-manager/support/issues/new".yellow())
"""
print(message)
exit(1)
@ -67,7 +67,7 @@ do {
let message = """
\("Unexpected error".bold().red())
\("Try again and if the problem persists, open an issue on https://github.com/xcode-project-manager/support/issues/new/choose".yellow())
\("Try again, and if the problem persists, open an issue on https://github.com/xcode-project-manager/support/issues/new".yellow())
"""
print(message)
exit(1)