Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Aug 16, 2022
2 parents f56ec01 + 4b413b8 commit bb3c7e4
Show file tree
Hide file tree
Showing 15 changed files with 656 additions and 570 deletions.
4 changes: 2 additions & 2 deletions bash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ cmd() {
echo '<style>'
echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down Expand Up @@ -1361,7 +1361,7 @@ cmd() {
echo '<style>'

echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down
4 changes: 2 additions & 2 deletions blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ cmd() {
echo ""
echo '<style>'
echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down Expand Up @@ -1291,7 +1291,7 @@ cmd() {
echo '<style>'

echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ cmd() {
echo '<style>'
echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down Expand Up @@ -1039,7 +1039,7 @@ cmd() {
echo '<style>'

echo ' a {'
echo ' color: black;'
echo ' color: #000000;'
echo ' }'
echo ''
echo ' li {'
Expand Down
Loading

2 comments on commit bb3c7e4

@vercel
Copy link

@vercel vercel bot commented on bb3c7e4 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 8 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

@vercel vercel bot commented on bb3c7e4 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 8 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.