diff options
author | Janjaap Bos <janjaap.bos@capitar.com> | 2015-12-23 22:54:36 +0100 |
---|---|---|
committer | Janjaap Bos <janjaap.bos@capitar.com> | 2015-12-23 22:54:36 +0100 |
commit | b8059d5c879ef02865198634679a7c04fda44949 (patch) | |
tree | 80571344f2fadafad98f6e7114a883be28586f74 | |
parent | 66894eb473536041faa2b03777210c987d47d523 (diff) | |
download | infinitytier-b8059d5c879ef02865198634679a7c04fda44949.tar.gz infinitytier-b8059d5c879ef02865198634679a7c04fda44949.zip |
typo
-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 99ceda62..d3f90048 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.secret ./netcon/docker-test/monitor_identity.secret + cp /tmp/netcon_second/identity.secret ./netcon/docker-test/monitor_identity.secret 4) Place a blank network config file in the *netcon/docker-test* directory (e.g. "8056c2e21c000001.conf") |