Skip to content

Commit 86aa032

Browse files
committed
Adjust basedir path
1 parent 2acbeec commit 86aa032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To create a new release, clone the [scijava-scripts][gh_scijava-scripts] repo
66
(e.g. in `/opt/imagej/`) and run the `release-version.sh` helper:
77

88
```bash
9-
BASE_DIR=/opt/imagej
9+
BASE_DIR=/opt
1010
mkdir -pv "$BASE_DIR"
1111
cd "$BASE_DIR"
1212
git clone https://github.com/scijava/scijava-scripts

0 commit comments

Comments
 (0)