Skip to content

Commit 38e580f

Browse files
committed
Minor nit cause
1 parent 5d3fdc5 commit 38e580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/handle-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export async function handleFix({
140140
{
141141
ok: false,
142142
message: 'Not supported.',
143-
cause: `${agent} is not supported by this command at the moment.`,
143+
cause: `${agent} is not supported by this command.`,
144144
},
145145
outputKind,
146146
)

0 commit comments

Comments
 (0)