fix: deploy script
This commit is contained in:
parent
fb9e4f9eff
commit
8749c9dc32
1 changed files with 3 additions and 1 deletions
|
@ -13,4 +13,6 @@ main() {
|
|||
[ -d "$DOTFILES_DIR" ] || clone
|
||||
cd "$DOTFILES_DIR" || exit 1
|
||||
./sync.sh "$@"
|
||||
}
|
||||
}
|
||||
|
||||
main "$@"
|
Loading…
Reference in a new issue