Skip to content

Commit ba8cf3e

Browse files
fixing typo (dogsheep#61)
1 parent 1273114 commit ba8cf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_to_sqlite/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def stargazers(db_path, repos, auth):
244244
help="Fetch HTML rendered README into 'readme_html' column",
245245
)
246246
def repos(db_path, usernames, auth, repo, load, readme, readme_html):
247-
"Save repos owened by the specified (or authenticated) username or organization"
247+
"Save repos owned by the specified (or authenticated) username or organization"
248248
db = sqlite_utils.Database(db_path)
249249
token = load_token(auth)
250250
if load:

0 commit comments

Comments
 (0)