Skip to content

Commit 60637b1

Browse files
committed
feat: fix indentation
1 parent bae4bd9 commit 60637b1

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OG_COMPILE_SCRIPT="$BIN_DIR/og_compile"
1010
CUSTOM_SCRIPT_CONFIG_VAR_PATH="$ENV_DIR/PYTHON_BUILD_SCRIPT"
1111

1212
if test -f "$CUSTOM_SCRIPT_CONFIG_VAR_PATH"; then
13-
echo "Found custom build script config var: $CUSTOM_SCRIPT_CONFIG_VAR_PATH"
13+
echo "Found custom build script config var: $CUSTOM_SCRIPT_CONFIG_VAR_PATH"
1414
script_path_val=$(cat "$CUSTOM_SCRIPT_CONFIG_VAR_PATH")
1515
custom_script_path="$ROOT_BUILD_DIR/$script_path_val"
1616
echo "Using script $custom_script_path"

bin/compile_back

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)