diff --git a/src/lib/dotify-compile.sh b/src/lib/dotify-compile.sh index ef8e034..57d1283 100644 --- a/src/lib/dotify-compile.sh +++ b/src/lib/dotify-compile.sh @@ -2,6 +2,6 @@ dotify-compile() { locate-dotfile if [ "$?" != "0" ]; then return 1; fi - compile-dotfile + compile-dotfile "$DOTFILE" return $? }