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