Skip to content

Commit 30b7e51

Browse files
committed
Update
1 parent 14a653e commit 30b7e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

technology/git/git-tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# Start Bash (Unix Shell)
6-
bash
6+
[ -z "$BASH" ] && exec bash
77

88

99
# Ignore certificate validation
@@ -79,7 +79,7 @@ if find . -type f -name "*.py" | grep -q "/."; then
7979

8080
# Check if "janitor" is in requirements.txt and replace it with pyjanitor
8181
if grep -q "janitor" "requirements.txt"; then
82-
sed -i '/janitor/c\pyjanitor==0.32.7' requirements.txt
82+
sed -i '/janitor/c\pyjanitor==0.32.8' requirements.txt
8383
pre-commit run --files "./requirements.txt"
8484
fi
8585

0 commit comments

Comments
 (0)