Skip to content

Commit

Permalink
fix: fixed yaml typo
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
  • Loading branch information
glvr182 authored and jesseduffield committed Apr 21, 2020
1 parent 07a8ae8 commit 1d6eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ func GetPlatformDefaultConfig() []byte {
`os:
openCommand: 'cmd /c "start "" {{filename}}"'
openLinkCommand: 'cmd /c "start "" {{link}}"'
copyToClipboardCommand: 'cmd \c "echo -n {{str}} > /dev/clipboard"`)
copyToClipboardCommand: 'cmd \c "echo -n {{str}} > /dev/clipboard"'`)
}

0 comments on commit 1d6eb01

Please sign in to comment.