aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/neovim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/neovim.sh')
-rwxr-xr-xbootstrap/neovim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh
index 56a5247..d601dbd 100755
--- a/bootstrap/neovim.sh
+++ b/bootstrap/neovim.sh
@@ -5,7 +5,7 @@ set -eu
5OS="$(uname -s)" 5OS="$(uname -s)"
6 6
7die() { 7die() {
8 printf '%s\n' "$*" >&2 8 printf 'Fehler: %s\n' "$*" >&2
9 exit 1 9 exit 1
10} 10}
11 11