diff options
author | Janjaap Bos <janjaap.bos@capitar.com> | 2015-12-21 22:11:39 +0100 |
---|---|---|
committer | Janjaap Bos <janjaap.bos@capitar.com> | 2015-12-21 22:11:39 +0100 |
commit | 5a65463b92a8f735a29994bfd06d802a36ff0807 (patch) | |
tree | 781789ec2e116c80313bb3bd496628e7101876eb /netcon | |
parent | c8056452b838e162b13531886606557d76957c60 (diff) | |
download | infinitytier-5a65463b92a8f735a29994bfd06d802a36ff0807.tar.gz infinitytier-5a65463b92a8f735a29994bfd06d802a36ff0807.zip |
typo
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/README.md b/netcon/README.md index 978d237f..99ceda62 100644 --- a/netcon/README.md +++ b/netcon/README.md @@ -170,7 +170,7 @@ To run unit tests: cp /tmp/netcon_first/identity.secret ./netcon/docker-test/netcon_identity.secret cp /tmp/netcon_second/identity.public ./netcon/docker-test/monitor_identity.public - cp /tmp/netcon_second/secret.private ./netcon/docker-test/monitor_identity.secret + cp /tmp/netcon_second/secret.secret ./netcon/docker-test/monitor_identity.secret 4) Place a blank network config file in the *netcon/docker-test* directory (e.g. "8056c2e21c000001.conf") |