Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 9714f8f

Browse files
Merge pull request #74 from r2d4/name-change
Copy pasta error
2 parents f024fad + d99b668 commit 9714f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
if [[ -f $(which python 2>&1) ]]; then
3131
PYTHON="python"
3232
else
33-
PYTHON="docker run --rm -it -v $(pwd):/minikube -w /minikube python python"
33+
PYTHON="docker run --rm -it -v $(pwd):/container-diff -w /container-diff python python"
3434
fi
3535

3636

@@ -47,4 +47,4 @@ set -e
4747
if [[ ! -z ${files} ]]; then
4848
echo "Boilerplate missing in: ${files}."
4949
exit 1
50-
fi
50+
fi

0 commit comments

Comments
 (0)