aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-nvim-dict.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-nvim-dict.sh')
-rwxr-xr-xbootstrap-nvim-dict.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-nvim-dict.sh b/bootstrap-nvim-dict.sh
index aae8f88..9ffde0f 100755
--- a/bootstrap-nvim-dict.sh
+++ b/bootstrap-nvim-dict.sh
@@ -7,8 +7,7 @@ mkdir -p "$SPELL_DIR"
7cd "$SPELL_DIR" 7cd "$SPELL_DIR"
8 8
9download() { 9download() {
10 local url="$1" 10 url="$1"
11 local file
12 file=$(basename "$url") 11 file=$(basename "$url")
13 12
14 if [ -f "$file" ]; then 13 if [ -f "$file" ]; then