Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 6, 2023
1 parent 2ac2521 commit 4518f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set_target() {

# Generate id from the Structure
[[ -z "$SPIN" ]] && SPIN=0 || SPIN=$(( 6*SPIN+SPIN ))
[[ -z "$2" ]] && echo $(( $SPAN )) || return $(( $SPAN + $SPIN ))
[[ -z "$2" ]] && echo $(( $SPAN )) || if [[ "$1" == "$2" ]]; then return 7; else return $(( $SPAN + $SPIN )); fi
}

jekyll_build() {
Expand Down

0 comments on commit 4518f54

Please sign in to comment.