diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-18 08:05:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-18 08:05:01 +0300 |
| commit | d5d5abddc68a8907603bd60f96d697fd0aa217a4 (patch) | |
| tree | 970685585209f7f503f2161872d37790eaf14e42 /fish/conf.d/worktime.fish | |
| parent | 6ff6493a58fa7dd203238dd1ace9f97c7afddbf2 (diff) | |
worktime: point uprecords helper at scripts/ subdir in worktime repo
Amp-Thread-ID: https://ampcode.com/threads/T-019ed908-ca57-7251-8ff1-ce10c8c3a787
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'fish/conf.d/worktime.fish')
| -rw-r--r-- | fish/conf.d/worktime.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/conf.d/worktime.fish b/fish/conf.d/worktime.fish index 09c76ce..d84c1c8 100644 --- a/fish/conf.d/worktime.fish +++ b/fish/conf.d/worktime.fish @@ -54,8 +54,8 @@ function worktime::supersync # uprecords collect/import live in the (private) worktime repo so that # host-specific details stay out of the public dotfiles repo. The script # guards internally (collect on Darwin, import on earth). - sh $WORKTIME_DIR/.uprecords-sync.sh collect - sh $WORKTIME_DIR/.uprecords-sync.sh import + sh $WORKTIME_DIR/scripts/uprecords-sync.sh collect + sh $WORKTIME_DIR/scripts/uprecords-sync.sh import worktime::supersync_sync no_sync_quotes end |
