Skip to content

Commit 450cbb1

Browse files
authored
fix typo (#1474)
1 parent db3440a commit 450cbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class Deployer {
359359
throw new CliError("User canceled deploy", {print: false, exitCode: 0});
360360
}
361361
} else {
362-
throw new CliError("Running non-interactively, cancelling due to conflictg");
362+
throw new CliError("Running non-interactively, cancelling due to conflict.");
363363
}
364364
}
365365

0 commit comments

Comments
 (0)