Skip to content

Commit 9de5a4e

Browse files
committed
Minor change
1 parent fcd2029 commit 9de5a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ROOT_URL="https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/m
99

1010
# $1 => module name
1111
function download_module() {
12-
pushd "./$MODULE_FOLDER" >/dev/null
12+
pushd "$MODULE_FOLDER" >/dev/null
1313
wget -qN "$ROOT_URL/$1.sh"
1414
popd >/dev/null
1515
}

0 commit comments

Comments
 (0)