mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Correct syntax oopise
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d "${HOME}/.dotfiles" ];
|
||||
if [ -d "${HOME}/.dotfiles" ]; then
|
||||
cd $HOME/.dotfiles
|
||||
git reset --hard && git pull
|
||||
fi
|
||||
if [ -d "${HOME}/.dotfiles-private" ];
|
||||
if [ -d "${HOME}/.dotfiles-private" ]; then
|
||||
cd $HOME/.dotfiles-private
|
||||
git reset --hard && git pull
|
||||
fi
|
||||
Reference in New Issue
Block a user