Skip to content

Commit 7ef5f32

Browse files
committed
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"
1 parent c853d1c commit 7ef5f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gitfiti.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def main():
396396

397397
save(output, 'gitfiti.sh')
398398
print('gitfiti.sh saved.')
399-
print('Create a new(!) repo at {0}new and run the script'.format(git_base))
399+
print('Create a new(!) repo named {0} at {1} and run the script'.format(repo, git_base))
400400

401401

402402
if __name__ == '__main__':

0 commit comments

Comments
 (0)