Fix typo
This commit is contained in:
parent
8da0b3ac6a
commit
9eb27fe2ff
|
@ -139,7 +139,7 @@ getDotfiles() {
|
|||
}
|
||||
|
||||
runScript() {
|
||||
if [ -d "$HOME/Documents"]; then
|
||||
if [ -d "$HOME/Documents" ]; then
|
||||
getDotfiles
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue