diff options
Diffstat (limited to 'fish/conf.d')
| -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 |
