mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -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:
|
- network:
|
||||||
content:
|
content:
|
||||||
map:
|
map:
|
||||||
default: {empty {}}
|
default: {empty: {}}
|
||||||
conditions:
|
conditions:
|
||||||
name >= wlan0 && name <= wlan9:
|
name >= wlan0 && name <= wlan9:
|
||||||
map:
|
map:
|
||||||
|
@ -195,7 +195,7 @@ bar:
|
||||||
name >= eth0 && name <= eth9:
|
name >= eth0 && name <= eth9:
|
||||||
map:
|
map:
|
||||||
conditions:
|
conditions:
|
||||||
~carrier: {empty {}}
|
~carrier: {empty: {}}
|
||||||
carrier:
|
carrier:
|
||||||
map:
|
map:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue