Skip to content

Commit

Permalink
Merge pull request #1270 from rsteube/nushell-fix-script
Browse files Browse the repository at this point in the history
nushell: fix script (omit blank line)
  • Loading branch information
rsteube authored Aug 22, 2022
2 parents 86b0af4 + cb60314 commit 476a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/lazyInit.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func nushell_lazy(completers []string) string {
let-env config = {
external_completer: $external_completer
}`, strings.Join(specSnippets, "\n"))
}`, strings.Join(specSnippets, ""))
}

func oil_lazy(completers []string) string {
Expand Down

0 comments on commit 476a1f4

Please sign in to comment.