Skip to content

Commit 5ec9915

Browse files
committed
fix(install): correct typo in git submodule update command
1 parent 38eb2fc commit 5ec9915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "[install] INFO: Installation started"
55
sudo cp bin/gpg-sign-wrapper.sh /usr/local/bin/gpg-sign-wrapper
66
sudo chmod +x /usr/local/bin/gpg-sign-wrapper
77

8-
git submodule update --init --recursiv
8+
git submodule update --init --recursive
99

1010
~/dotfiles/symlink.sh
1111
if [[ "$(uname)" == "Darwin" ]]; then

0 commit comments

Comments
 (0)