Skip to content

Commit

Permalink
Update _postDiffToGitHubSnippet.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
oneingan authored Oct 18, 2024
1 parent a50ac8c commit 7434a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/std/fwlib/blockTypes/_postDiffToGitHubSnippet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ _: path: cmd: script: ''
fi
CENTRAL_COMMENT_HEADER="<!-- Unified Diff Comment -->"
ENTRY_START_MARKER="<!-- Start Diff for \`$path\` -->"
ENTRY_END_MARKER="<!-- End Diff for \`$path\` -->"
ENTRY_START_MARKER="<!-- Start Diff for \`${path}\` -->"
ENTRY_END_MARKER="<!-- End Diff for \`${path}\` -->"
DIFF_ENTRY=$(cat <<EOF
$ENTRY_START_MARKER
<details>
<summary>Diff for \`$path\` (\`$cmd\`)</summary>
<summary>Diff for \`${path}\` (\`${cmd}\`)</summary>
\`\`\`diff
$DIFF_OUTPUT
Expand Down

0 comments on commit 7434a52

Please sign in to comment.