Skip to content

Commit

Permalink
fix devdocs script
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Jul 22, 2024
1 parent e423166 commit 1e7b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devdocs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

FORESTER_VERSION=4.1.0
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null)

cd SCRIPT_DIR
tar -xf forester-$FORESTER_VERSION.tar.gz
Expand Down

0 comments on commit 1e7b3d9

Please sign in to comment.