Skip to content

Commit

Permalink
Clean up call to .peel() in jq package
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jun 14, 2024
1 parent 5900cef commit baba2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jq/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const source = std
),
})
.unarchive("tar", "gzip")
.peel(1);
.peel();

export default function (): std.Recipe<std.Directory> {
const jq = std.runBash`
Expand Down

0 comments on commit baba2c0

Please sign in to comment.