Skip to content

Commit

Permalink
Normalize quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jun 22, 2020
1 parent 31980ed commit db362b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ import sys
LINEAGE_CONFIG = Path(".github/lineage.yml")
if not LINEAGE_CONFIG.exists():
print('No lineage configuration found.', file=sys.stderr)
print("No lineage configuration found.", file=sys.stderr)
sys.exit(0)
with LINEAGE_CONFIG.open("r") as f:
Expand Down

0 comments on commit db362b9

Please sign in to comment.