Skip to content

Commit

Permalink
revert shar change
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Dec 20, 2024
1 parent 5f5b0d0 commit f60260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/shar.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_header(conda_exec, tarball, info):
variables['initialize_conda'] = info.get('initialize_conda', True)
variables['initialize_by_default'] = info.get('initialize_by_default', False)
variables['has_conda'] = info['_has_conda']
variables['enable_shortcuts'] = str(info.get('_enable_shortcuts', 'True')).lower()
variables['enable_shortcuts'] = str(info['_enable_shortcuts']).lower()
variables['check_path_spaces'] = info.get("check_path_spaces", True)
install_lines = list(add_condarc(info))
# Omit __osx and __glibc because those are tested with shell code direcly
Expand Down

0 comments on commit f60260c

Please sign in to comment.