Skip to content

Commit 216e7dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e5b6d4f commit 216e7dc

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
@@ -469,7 +469,7 @@ def extract_metadata_from_release_url(gh, release_url, auth):
469469
os.environ["RH_BRANCH"] = data["branch"]
470470
if "since" in data:
471471
os.environ["RH_SINCE"] = data["since"]
472-
if 'ref' in data:
472+
if "ref" in data:
473473
os.environ["RH_REF"] = data["ref"]
474474
if "since_last_stable" in data:
475475
os.environ["RH_SINCE_LAST_STABLE"] = str(data["since_last_stable"])

0 commit comments

Comments
 (0)