Skip to content
Snippets Groups Projects

Replace CRLF with LF

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/fix-windows-crlf into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ module reset
@@ -7,7 +7,7 @@ module reset
# Start JupyterLab Server
# Start JupyterLab Server
#
#
module load Anaconda3
module load Anaconda3
<%= context.custom_environment %>
<%= context.custom_environment.gsub(/\r\n?/, "\n") %>
unset XDG_RUNTIME_DIR
unset XDG_RUNTIME_DIR
# Launch the JupyterLab Server
# Launch the JupyterLab Server
jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
Loading