Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Sep 5, 2016
1 parent b6932fc commit 76c65dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/networkd-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
const char* const network_dirs[] = {
"/etc/systemd/network",
"/run/systemd/network",
"/run/current-system/sw/lib/systemd/network"
"/run/current-system/sw/lib/systemd/network",
NULL};

static int setup_default_address_pool(Manager *m) {
Expand Down

0 comments on commit 76c65dc

Please sign in to comment.