Small updates
diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash
index 3dd62a2..0991d90 100644
--- a/template/bash_profile.template.bash
+++ b/template/bash_profile.template.bash
@@ -14,7 +14,7 @@
 export BASH_THEME='bobby'
 
 # Your place for hosting Git repos. I use this for private repos.
-export GIT_HOSTING='git@git.domain.org'
+export GIT_HOSTING='git@git.domain.com'
 
 # Set my editor and git editor
 export EDITOR="/usr/bin/mate -w"