diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-31 17:25:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-31 17:25:38 +0200 |
| commit | c26a3733daee660c73179343b6cb365984f0b286 (patch) | |
| tree | 439fdf3996026d88f366a820c73aab84a77b320c | |
| parent | d1398b8cd97b30167ee6a4ef3be3ff5ba0b0ffff (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 5370552..6514566 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -81,7 +81,7 @@ function supersync::gitsyncer end if test -f ~/go/bin/gitsyncer - ~/go/bin/gitsyncer sync bidirectional && ~/go/bin/gitsyncer showcase + ~/go/bin/gitsyncer sync bidirectional --auto-create-releases --create-repos && ~/go/bin/gitsyncer showcase end if test $status -eq 0 echo $now >$enable_file |
