mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
remove blank lines in upgrade func
This commit is contained in:
parent
365a3a7579
commit
8dbb737944
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ function upgrade --wraps=topgrade
|
|||
if not bw unlock --check
|
||||
set -x BW_SESSION (bw unlock --raw)
|
||||
end
|
||||
{{ if get . "sudo" }}
|
||||
{{- if get . "sudo" }}
|
||||
sudo ls >/dev/null
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
topgrade $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue