diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 16:09:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 16:09:52 -0300 |
commit | 6b321eaa1b6a43d3f7b5c1e2345fdaded07e1af5 (patch) | |
tree | acf8a1b4b252f13c21eb7dfb43e7b8e9e7403331 /files/sync-media-init | |
parent | e30c4aee13961390baa90ae6f9e72091b9245238 (diff) | |
download | puppet-backup-6b321eaa1b6a43d3f7b5c1e2345fdaded07e1af5.tar.gz puppet-backup-6b321eaa1b6a43d3f7b5c1e2345fdaded07e1af5.tar.bz2 |
Updates user names at sync-media scripts
Diffstat (limited to 'files/sync-media-init')
-rw-r--r-- | files/sync-media-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-media-init b/files/sync-media-init index 9f396ec..839deea 100644 --- a/files/sync-media-init +++ b/files/sync-media-init @@ -17,7 +17,7 @@ BOXES="" 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.name "${repo^} Archive" git config user.email "$repo@localhost" fi } |