diff options
author | KyleM <103862795+ServerForge@users.noreply.github.com> | 2023-04-14 15:18:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 15:18:22 -0400 |
commit | 4f2bcebb7f44633fa5adfd62ddd88098832025ed (patch) | |
tree | 2fc13578bf9739f025fe043aae5f8af79bb354b7 | |
parent | 42775f287cca3e08dc8b2e58958018ecd1c626c9 (diff) | |
download | vyos-1x-4f2bcebb7f44633fa5adfd62ddd88098832025ed.tar.gz vyos-1x-4f2bcebb7f44633fa5adfd62ddd88098832025ed.zip |
T5162: Updated configd-include.json to remove extra comma.
removed extra comma invalidating json.
-rw-r--r-- | data/configd-include.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 1c843e9fa..2f1d39006 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -85,5 +85,5 @@ "vpn_l2tp.py", "vpn_pptp.py", "vpn_sstp.py", -"vrf.py", +"vrf.py" ] |