1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-07 13:42:01 +02:00

fix: fixed yaml typo

Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
This commit is contained in:
Glenn Vriesman 2020-04-21 15:47:09 +02:00 committed by Jesse Duffield
parent 07a8ae8c3e
commit 1d6eb015c1

View File

@ -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"'`)
}