diff --git a/.bin/dotfiles-autoupdate b/.bin/dotfiles-autoupdate index 18a7980..2d5bb4c 100755 --- a/.bin/dotfiles-autoupdate +++ b/.bin/dotfiles-autoupdate @@ -1,5 +1,5 @@ -#!/bin/sh -ex +#!/bin/sh -e MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)" conf add -u -conf commit -m "'Update $MSG'" +conf commit -m "Update $MSG" conf push