Skip to content

Commit

Permalink
fix: Fixed multiline toml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed May 8, 2024
1 parent 695b07a commit 9d07e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippet/snippet.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Snippets struct {

type SnippetInfo struct {
Description string
Command string `toml:"multiline"`
Command string `toml:"command,multiline"`
Tag []string
Output string
}
Expand Down

0 comments on commit 9d07e3b

Please sign in to comment.