Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jurijnota committed Mar 8, 2021
1 parent b9daeaf commit ea96fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/12-Fast-Reroute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ As an example, we will consider a failure of the link between `S1` and `S2` and
sudo apt-get install speedometer
```
Since `speedometer` is not Python3 compliant we have to force its execution with Python2. This can be done by running the following command.
Since `speedometer` is not Python3 compliant, we have to force its execution with Python2. This can be done by running the following command.
```
sudo sed -i '1s+^.*$+#!/usr/bin/env python2+' $(which speedometer)
Expand Down

0 comments on commit ea96fb8

Please sign in to comment.