Skip to content

Commit

Permalink
🔧 origin health check
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Oct 9, 2024
1 parent c4d7c0c commit db2db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .script/health-check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commit=true
origin=$(git remote get-url origin)
if [[ $origin == *status-base/statusbase* ]]
if [[ $origin == *roiLeo/open-status* ]]
then
commit=false
fi
Expand Down

0 comments on commit db2db33

Please sign in to comment.