mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +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
|
if not bw unlock --check
|
||||||
set -x BW_SESSION (bw unlock --raw)
|
set -x BW_SESSION (bw unlock --raw)
|
||||||
end
|
end
|
||||||
{{ if get . "sudo" }}
|
{{- if get . "sudo" }}
|
||||||
sudo ls >/dev/null
|
sudo ls >/dev/null
|
||||||
{{ end }}
|
{{- end }}
|
||||||
topgrade $argv
|
topgrade $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue