Skip to content

Commit 4dbe327

Browse files
committed
Fix lint
1 parent 9b6ada5 commit 4dbe327

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/unsync.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ export async function unsyncCommand() {
126126
s.message(`✓ Unsynced ${adapter.name}`);
127127
successCount++;
128128
} else {
129-
s.message(`✗ Failed to unsync ${adapter.name}: configs not found in repo`);
129+
s.message(
130+
`✗ Failed to unsync ${adapter.name}: configs not found in repo`,
131+
);
130132
failCount++;
131133
}
132134
} catch (error) {

0 commit comments

Comments
 (0)