Skip to content

Commit da51ee6

Browse files
committed
Mind the gaps
1 parent 845b856 commit da51ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_cli_executable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def main(args):
161161

162162
os.remove(asset_path)
163163
if os.getenv("CIRCLECI"):
164-
appended_path = f"export PATH={output_dir}:$PATH"
164+
appended_path = f"export PATH=\"{output_dir}:$PATH\""
165165
print(f"Populated BASH_ENV with {appended_path}")
166166
with open(os.getenv("BASH_ENV"), "a") as f:
167167
f.write(appended_path)

0 commit comments

Comments
 (0)