Skip to content

Commit

Permalink
Update releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SjorsO committed Jul 19, 2024
1 parent 7e40a7e commit 802686c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on_exit() {
if [[ "$script_status_code" -ne 0 ]]; then
echo -e "\e[43mWarning\e[0m\e[93m For more information about file permissions, please visit: https://sjorso.com/laravel-file-permissions\e[0m"

echo -e "\e[43mWarning\e[0m\e[93m Setting file permissions is optional. You can choose to skip it but then you might run into file permission errors in the future. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\"\e[0m"
echo -e "\e[43mWarning\e[0m\e[93m Setting file permissions is optional. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\". However, if you disable this hook you might run into file permission errors in the future.\e[0m"
fi

# Exit this trap with the original status code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on_exit() {
if [[ "$script_status_code" -ne 0 ]]; then
echo -e "::warning::For more information about file permissions, please visit: https://sjorso.com/laravel-file-permissions"

echo -e "::warning::Setting file permissions is optional. You can choose to skip it but then you might run into file permission errors in the future. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\""
echo -e "::warning::Setting file permissions is optional. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\". However, if you disable this hook you might run into file permission errors in the future."
fi

# Exit this trap with the original status code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on_exit() {
if [[ "$script_status_code" -ne 0 ]]; then
echo -e "\e[43mWarning\e[0m\e[93m For more information about file permissions, please visit: https://sjorso.com/laravel-file-permissions\e[0m"

echo -e "\e[43mWarning\e[0m\e[93m Setting file permissions is optional. You can choose to skip it but then you might run into file permission errors in the future. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\"\e[0m"
echo -e "\e[43mWarning\e[0m\e[93m Setting file permissions is optional. You can disable this hook by commenting out the \"set-file-permissions.sh\" hook in \"deploy.sh\". However, if you disable this hook you might run into file permission errors in the future.\e[0m"
fi

# Exit this trap with the original status code.
Expand Down

0 comments on commit 802686c

Please sign in to comment.