summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgohan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gohan.sh b/gohan.sh
index 9b6903b..e0142e9 100755
--- a/gohan.sh
+++ b/gohan.sh
@@ -125,7 +125,7 @@ install_dotfiles() {
install_repo "https://git.davidtsadler/dotfiles/" "custom dotfiles" "$srcdir"
- [ -d "$srcdir/dotfiles"] && (
+ [ -d "$srcdir/dotfiles" ] && (
cd "$srcdir/dotfiles"
sudo -u "$name" make clean install >/dev/null 2>&1
)