Skip to content

Commit f42b877

Browse files
committed
-f
1 parent 7c3b46a commit f42b877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def extract_metadata_from_release_url(gh, release_url, auth):
477477
os.environ["RH_BRANCH"] = data["branch"]
478478
if "since" in data:
479479
os.environ["RH_SINCE"] = data["since"]
480-
if 'ref' in data:
480+
if "ref" in data:
481481
os.environ["RH_REF"] = data["ref"]
482482
if "since_last_stable" in data:
483483
os.environ["RH_SINCE_LAST_STABLE"] = str(data["since_last_stable"])

0 commit comments

Comments
 (0)