From cf491634d69521c8250a5a4040735c64e77a7df7 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Wed, 14 Feb 2024 08:09:51 +0100 Subject: [PATCH] Update 2024-02-14 08:09 OpenBSD/amd64-x13 --- .bin/dotfiles-autoupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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