Adjust final message

Removes the 'new' behind the GitHub URL and adds the actual repo name to the sentence:

Old: "Create a new(!) repo at https://github.com/new and run the script"
New: "Create a new(!) repo named _reponame_ at https://github.com and run the script"
This commit is contained in:
Maximilian Michels
2017-09-29 19:29:13 +02:00
parent c853d1cc29
commit 7ef5f32025

View File

@ -396,7 +396,7 @@ def main():
save(output, 'gitfiti.sh')
print('gitfiti.sh saved.')
print('Create a new(!) repo at {0}new and run the script'.format(git_base))
print('Create a new(!) repo named {0} at {1} and run the script'.format(repo, git_base))
if __name__ == '__main__':