Merge pull request #51 from mxm/master

Adjust final message
This commit is contained in:
Eric Romano
2018-02-09 11:57:47 -05:00
committed by GitHub

View File

@ -396,7 +396,7 @@ def main():
save(output, 'gitfiti.sh') save(output, 'gitfiti.sh')
print('gitfiti.sh saved.') 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__': if __name__ == '__main__':