From d6eebc9761c9a541361646bf86ea166f9137aaba Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 10 Aug 2022 14:00:58 -0500
Subject: [PATCH] edited cluster name

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

diff --git a/form.yml b/form.yml
index 35c3211..4e953d7 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: {{ cluster_name }} 
+cluster: "CoD" 
 
 # Title of the app displayed in the Dashboard
 title: "Jupyter Notebook"
-- 
GitLab