diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh b/config.sh index b564913..8d19ad6 100755 --- a/config.sh +++ b/config.sh @@ -2,6 +2,7 @@ # Variables that control the program. # # GIT Repo # export DSCIP_GITREPO="https://www.example.com/example/example.git" +export DSCIP_NAME="Example" # GIT MODE: # # pull: Doesn't delete previous clone and just pulls changes. # # clone: Deletes previous clone, and creates a fresh clone. # |