From d07f2815bc93e56b3ca847c928908d31804ee343 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 10 Aug 2022 15:26:49 -0500
Subject: [PATCH] edit cluster name

---
 form.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/form.yml b/form.yml
index 4e953d7..47cacf4 100644
--- a/form.yml
+++ b/form.yml
@@ -8,7 +8,7 @@
 # under /etc/ood/config/clusters.d/*.yml
 # @example Use the Owens cluster at Ohio Supercomputer Center
 #     cluster: "owens"
-cluster: "CoD" 
+cluster:"SLURM_CLUSTER" 
 
 # Title of the app displayed in the Dashboard
 title: "Jupyter Notebook"
-- 
GitLab