Skip to content

Commit 8c3afb3

Browse files
committed
fix quotes
1 parent 2b4efd1 commit 8c3afb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prep_nightly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def main(args: str = None) -> None:
5050
if "CORE_COMMIT" in line:
5151
print(
5252
line.replace(
53-
line, f"CORE_COMMIT = '{last_core_commit['sha']}'".rstrip()
53+
line, f"CORE_COMMIT = \"{last_core_commit['sha']}\"".rstrip()
5454
)
5555
)
5656
else:

0 commit comments

Comments
 (0)