Skip to content

Commit

Permalink
chore: apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored May 16, 2024
1 parent 66517e4 commit 16954a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gateway-conformance/src/fixtures/kubo-mgmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export async function loadFixtures (kuboRepoDir: string): Promise<string> {
let loadedSomeCarFiles = false

for (const carFile of await fg.glob(carPath)) {
// for (const carFile of await glob([`${resolve(__dirname, 'data')}/**/*.car`])) {
log('Loading *.car fixture %s', carFile)
const { stdout } = await $(execaOptions)`${kuboBinary} dag import --pin-roots=false --offline ${carFile}`
stdout.split('\n').forEach(log)
Expand Down

0 comments on commit 16954a4

Please sign in to comment.