From 57a88f1c3dd3eae446abf4b2f86c88ad92502ca8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 7 Nov 2021 23:40:07 +0100 Subject: [PATCH] gal-mj-upload: Commit default.cf --- bin/gal-mj-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gal-mj-upload b/bin/gal-mj-upload index e7fce29..c75bac2 100755 --- a/bin/gal-mj-upload +++ b/bin/gal-mj-upload @@ -27,7 +27,7 @@ die if $?; print "## Committing to repository\n"; system 'git', 'add', 'gallery.cf', 'gallery.list'; die if #?; -system 'git', 'add', "$root/photos/Makefile", "$root/photos/index.thtml"; die if $?; +system 'git', 'add', "$root/photos/Makefile", "$root/photos/index.thtml", "$root/photos/default.cf"; die if $?; system 'git', 'commit'; die if $?; system 'git', 'push'; die if $?; -- 2.39.2