Skip to content

Commit b3abab0

Browse files
authored
Merge pull request #4 from shashwatjain2020/patch-1
Fixed typo in app.py
2 parents 611faa0 + 1f6320b commit b3abab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@click.command()
8-
@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. gitgub')
8+
@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. github')
99
@click.option('--username', default='config', help='Please enter username to list activity, e.g. HariSadu')
1010
@click.option('--repo', default='config', help='Please enter repository name to list activity, e.g. helloworld')
1111
def execute_board(site, username, repo):

0 commit comments

Comments
 (0)