aboutsummaryrefslogtreecommitdiff
path: root/installer/installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/installer.sh')
-rwxr-xr-xinstaller/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.sh b/installer/installer.sh
index f2b4e56..fafe6df 100755
--- a/installer/installer.sh
+++ b/installer/installer.sh
@@ -16,7 +16,7 @@ pushd $EMACS_DIR
git clone https://github.com/Etenil/emacs-substrate.git
# Download and prep early-init.el
-sed "s%INSTALL_PATH%$EMACS_DIR/emacs-substrate%g" < emacs-substrate/installer/early-init.el > "$EMACS_DIR/early-init-el"
+sed "s%INSTALL_PATH%$EMACS_DIR/emacs-substrate%g" < emacs-substrate/installer/early-init.el > "$EMACS_DIR/early-init.el"
cp emacs-substrate/installer/init.el init.el
popd