Skip to content

Commit b1e19cb

Browse files
committed
drop the
1 parent 0296077 commit b1e19cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/repos/list-repos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function listRepos({
4848
return
4949
}
5050

51-
spinner.stop('')
51+
spinner.stop()
5252

5353
if (outputJson) {
5454
const data = result.data.results.map(o => ({

0 commit comments

Comments
 (0)