Skip to content

Commit 608ff05

Browse files
fix typo (#628)
2 parents 7dea833 + cce730f commit 608ff05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.7

installer/tue-install-impl.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function _function_test
1111
[[ "$function_missing" == "true" ]] && exit 1
1212
}
1313

14-
_function_test _git_https_or_ssh _git_url_to_repos_dir
14+
_function_test _git_https_or_ssh _git_url_to_repos_dir
1515

1616
TUE_INSTALL_DEPENDENCIES_DIR=$TUE_ENV_DIR/.env/dependencies
1717
TUE_INSTALL_DEPENDENCIES_ON_DIR=$TUE_ENV_DIR/.env/dependencies-on

0 commit comments

Comments
 (0)