From 49510dfe3be4878a865a8c72baa0cc2cec089e2d Mon Sep 17 00:00:00 2001 From: Paul Sarando Date: Thu, 30 May 2024 19:16:26 -0700 Subject: [PATCH] CORE-1901 Update Tapis job type --- src/apps/persistence/jobs.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/persistence/jobs.clj b/src/apps/persistence/jobs.clj index c2a75821..657eef90 100644 --- a/src/apps/persistence/jobs.clj +++ b/src/apps/persistence/jobs.clj @@ -23,7 +23,7 @@ [permissions-client.core :as pc])) (def de-job-type "DE") -(def tapis-job-type "Agave") +(def tapis-job-type "Tapis") (def interactive-job-type "Interactive") (def osg-job-type "OSG")