Skip to content

Commit

Permalink
fix url for setup-network-environment
Browse files Browse the repository at this point in the history
The URL for the setup-network-environment.service has a typo which
causes the service to fail. Fix the typo "hhttps:" to "https:".
  • Loading branch information
benolee committed Nov 16, 2015
1 parent e1a6fd6 commit bec6be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coreos:
After=network-online.target
[Service]
ExecStartPre=/usr/bin/mkdir -p /opt/bin
ExecStartPre=/usr/bin/wget -P /opt/bin hhttps://github.com/kelseyhightower/setup-network-environment/releases/download/1.0.1/setup-network-environment
ExecStartPre=/usr/bin/wget -P /opt/bin https://github.com/kelseyhightower/setup-network-environment/releases/download/1.0.1/setup-network-environment
ExecStartPre=/usr/bin/chmod +x /opt/bin/setup-network-environment
ExecStart=/opt/bin/setup-network-environment
RemainAfterExit=yes
Expand Down

0 comments on commit bec6be0

Please sign in to comment.