Skip to content

Commit

Permalink
fixing typo (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler authored May 19, 2021
1 parent 1273114 commit ba8cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_to_sqlite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def stargazers(db_path, repos, auth):
help="Fetch HTML rendered README into 'readme_html' column",
)
def repos(db_path, usernames, auth, repo, load, readme, readme_html):
"Save repos owened by the specified (or authenticated) username or organization"
"Save repos owned by the specified (or authenticated) username or organization"
db = sqlite_utils.Database(db_path)
token = load_token(auth)
if load:
Expand Down

0 comments on commit ba8cf3e

Please sign in to comment.