Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent 3478591 commit 235cca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-modified-packages/get-modified-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function find_package_dir() {
modified_files=$(git diff --name-only "$base_branch"...HEAD 2>&1)
if [ $? -ne 0 ]; then
echo -e "\e[31mFailed to determine modified files. Please check if the base branch exists and fetch depth is sufficient.\e[m"
echo -e "\e[31mGit diff error details: $modified_files\e[m" # This will display the original git error
echo -e "\e[31mGit diff error details: $modified_files\e[m" # This will display the original git error
exit 1
fi

Expand Down

0 comments on commit 235cca8

Please sign in to comment.