From 8c2b0bde1664a6ceb827c1d945f1d0650448b6e6 Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Mon, 1 Jul 2019 22:34:15 -0500
Subject: [PATCH] remove the + at the start

---
 app-cred-ohpc_creds-openrc.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-cred-ohpc_creds-openrc.sh b/app-cred-ohpc_creds-openrc.sh
index 93d4f42..3a6cd25 100644
--- a/app-cred-ohpc_creds-openrc.sh
+++ b/app-cred-ohpc_creds-openrc.sh
@@ -1,9 +1,9 @@
 #!/usr/bin/env bash
 
-+export TF_VAR_AUTH_TYPE=v3applicationcredential
-+export TF_VAR_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
-+export TF_VAR_IDENTITY_API_VERSION=3
-+export TF_VAR_REGION_NAME="openstack"
-+export TF_VAR_INTERFACE=public
-+export TF_VAR_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
-+export TF_VAR_APPLICATION_CREDENTIAL_SECRET=no
+export TF_VAR_AUTH_TYPE=v3applicationcredential
+export TF_VAR_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
+export TF_VAR_IDENTITY_API_VERSION=3
+export TF_VAR_REGION_NAME="openstack"
+export TF_VAR_INTERFACE=public
+export TF_VAR_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
+export TF_VAR_APPLICATION_CREDENTIAL_SECRET=no
-- 
GitLab