Skip to content

Commit

Permalink
chore: format shell script style
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 1, 2024
1 parent 2d64bbc commit a873f8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

network() {
echo ''
Expand Down
2 changes: 1 addition & 1 deletion setup/git.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

git_sync() {
echo '📥 Syncing blog repositories...'
Expand Down
2 changes: 1 addition & 1 deletion setup/handlers.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

build() {
build_handler
Expand Down
2 changes: 1 addition & 1 deletion setup/resource.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

resource() {
resource_lang
Expand Down
2 changes: 1 addition & 1 deletion setup/ssl.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

DOMAINS=(
"${BLOG_DOMAIN}"
Expand Down

0 comments on commit a873f8b

Please sign in to comment.