Skip to content

Commit

Permalink
fix: include-header
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 11, 2024
1 parent a04e050 commit c5693e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
hd i "$tool"
fi

yaml-readme -p "$pattern" --sort-by "$sortby" --group-by "$groupby" --template "$template" --include-header "$header" > "$output"
yaml-readme -p "$pattern" --sort-by "$sortby" --group-by "$groupby" --template "$template" --include-header="$header" > "$output"

if [ "$push" = "true" ]
then
Expand Down

0 comments on commit c5693e6

Please sign in to comment.