Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b3cb736

Browse files
author
Alan Shaw
committed
fix: command count
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 3fcfaba commit b3cb736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const expect = require('chai').expect
55
const runOnAndOff = require('../utils/on-and-off')
66

7-
const commandCount = 81
7+
const commandCount = 82
88
describe('commands', () => runOnAndOff((thing) => {
99
let ipfs
1010

0 commit comments

Comments
 (0)