aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-26 12:03:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-26 12:04:23 -0300
commitb9eca8c7464ae2fccaa077c20c69e7232261a7b7 (patch)
tree0a9d97da7af2f6e2ba7115853cdfabc8ced505ba /files
parentdc96afc841e3b3ac9fad4006819714c1bf7ce8b0 (diff)
downloadpuppet-backup-b9eca8c7464ae2fccaa077c20c69e7232261a7b7.tar.gz
puppet-backup-b9eca8c7464ae2fccaa077c20c69e7232261a7b7.tar.bz2
Use @localhost for sync-media repository contact
Diffstat (limited to 'files')
-rw-r--r--files/sync-media2
-rw-r--r--files/sync-media-init2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/sync-media b/files/sync-media
index 4e84035..5346524 100644
--- a/files/sync-media
+++ b/files/sync-media
@@ -18,7 +18,7 @@ function sync_media_identity {
if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
repo="$(basename `pwd`)"
git config user.name "${repo^} Asset Manager"
- git config user.email "$repo@assset.manager"
+ git config user.email "$repo@localhost"
fi
}
diff --git a/files/sync-media-init b/files/sync-media-init
index b32e88c..9f396ec 100644
--- a/files/sync-media-init
+++ b/files/sync-media-init
@@ -18,7 +18,7 @@ function sync_media_identity {
if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
repo="$(basename `pwd`)"
git config user.name "${repo^} Asset Manager"
- git config user.email "$repo@assset.manager"
+ git config user.email "$repo@localhost"
fi
}