Fix indent of function.
This commit is contained in:
@@ -123,7 +123,7 @@ function commit {
|
|||||||
|
|
||||||
# Easily test this project after committing changes.
|
# Easily test this project after committing changes.
|
||||||
# Otherwise can just source this file unless testing setup.sh.
|
# Otherwise can just source this file unless testing setup.sh.
|
||||||
PROJECT_TERMUX="$HOME/.git-env-termux"
|
export PROJECT_TERMUX="$HOME/.git-env-termux"
|
||||||
function test-termux {
|
function test-termux {
|
||||||
if [[ -d "$PROJECT_TERMUX" ]]; then
|
if [[ -d "$PROJECT_TERMUX" ]]; then
|
||||||
log "`date` - Updating '$PROJECT_TERMUX'.\n"
|
log "`date` - Updating '$PROJECT_TERMUX'.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user