Skip to content

Commit 66d6104

Browse files
committed
feature: added chatgpt support
1 parent 52218b2 commit 66d6104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { version } from "../package.json"
1212
import * as util from "../src/utilities/cliUtil"
1313

1414
async function handleInitCommand() {
15-
const editedSam = await (<string>(<unknown>util.confirmation()))
15+
const editedSam = <string>(<unknown>util.confirmation())
1616
if (editedSam === "create predefined SAM project") {
1717
await createSAMCLI()
1818
} else if (editedSam === "create custom SAM project") {

0 commit comments

Comments
 (0)