diff --git a/submit.yml.erb b/submit.yml.erb
index e03e6c2b222d68c46fc77be93bce3ae336d08901..863020b791c75dfe5bceec94cb3f8daaf65b0347 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -3,8 +3,8 @@
 ---
 # This config comes from below URL
 # https://github.com/OSC/bc_example_jupyter/blob/custom_environment/submit.yml.erb
-# The -C option in the config provided for slurm has been removed because it does 
-# not apply to implementation at UAB. We do not use constraint list to be used with -C. 
+# The -C option in the config provided for slurm has been removed because it does
+# not apply to implementation at UAB. We do not use constraint list to be used with -C.
 
 batch_connect:
   template: "basic"
@@ -16,7 +16,7 @@ script:
     - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
     - "--partition=<%= bc_partition %>"
     - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
-    - "--job-name=ood-jupyter"
+    - "--job-name=ood-jupyterlab"
 <%- if bc_partition.include? "pascalnodes" -%>
     - "--gres=gpu:1"
 <%- end -%>