Skip to content

Commit

Permalink
[chore] migrate /bin/bash shebangs to /usr/bin/env bash
Browse files Browse the repository at this point in the history
Signed-off-by: Aabid Sofi <mailtoaabid01@gmail.com>
  • Loading branch information
aabidsofi19 committed Jun 19, 2024
1 parent 2cf5420 commit 25fb756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

if [ -f site-dir.zip ]; then
rm -rf site-dir.zip
Expand Down
2 changes: 1 addition & 1 deletion install/latest_release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

# GIT_REF=`git symbolic-ref HEAD`
# if [[ $GIT_REF = refs/tags* ]]
Expand Down

0 comments on commit 25fb756

Please sign in to comment.