hivedav

A curlable free/busy scheduler with CalDAV integration
git clone https://git.in0rdr.ch/hivedav.git
Log | Files | Refs | Pull requests | README | LICENSE

commit cd37e7894437976d87498b2c431f1223d5c29e64
parent 9ebc2cbde9d6b145538350f7f2383bcb73339443
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 20 Aug 2024 22:29:54 +0200

fix(updatecli): missing action handler

Removing the explicit "action" for SCM of type Git resolves a null
pointer that will is fixed in future versions of updatecli:
* https://github.com/updatecli/updatecli/pull/2529

Diffstat:
Mupdatecli.d/default.yaml | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/updatecli.d/default.yaml b/updatecli.d/default.yaml @@ -88,9 +88,3 @@ autodiscovery: github.com/emersion/go-ical: gopkg.in/robfig/cron.v2: github.com/pquerna/termchalk: - -# Publish changes to workingbranch in git repo -actions: - default: - kind: git - scmid: default