Skip to content

Commit

Permalink
Merge pull request gelstudios#51 from mxm/master
Browse files Browse the repository at this point in the history
Adjust final message
  • Loading branch information
gelstudios authored Feb 9, 2018
2 parents c853d1c + 7ef5f32 commit 53cb8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__':
Expand Down

0 comments on commit 53cb8c6

Please sign in to comment.