Skip to content

Commit 56cd587

Browse files
steveyeggeclaude
andcommitted
fix: typo in --design-file error message ("stin" -> "stdin")
Followup to PR #2524. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 96802bf commit 56cd587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bd/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func getDesignFlag(cmd *cobra.Command) (string, bool) {
179179
path, _ := cmd.Flags().GetString("design-file")
180180
content, err := readBodyFile(path)
181181
if err != nil {
182-
FatalError("reading from stin: %v", err)
182+
FatalError("reading from stdin: %v", err)
183183
}
184184

185185
return content, true

0 commit comments

Comments
 (0)