mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
typos
This commit is contained in:
parent
dc7ee30e9a
commit
220e26d91f
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ bar:
|
|||
- network:
|
||||
content:
|
||||
map:
|
||||
default: {empty {}}
|
||||
default: {empty: {}}
|
||||
conditions:
|
||||
name >= wlan0 && name <= wlan9:
|
||||
map:
|
||||
|
@ -195,7 +195,7 @@ bar:
|
|||
name >= eth0 && name <= eth9:
|
||||
map:
|
||||
conditions:
|
||||
~carrier: {empty {}}
|
||||
~carrier: {empty: {}}
|
||||
carrier:
|
||||
map:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue