Skip to content

Commit

Permalink
Merge pull request #33 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
fix typo in sendtierbeacon.sh
  • Loading branch information
pcaskey authored Feb 17, 2017
2 parents 58aaad7 + 8e8364a commit 3ab160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/bin/sendtierbeacon.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
LOGHOST="collector.testbed.internet2.edu"
LOGHOST="collector.testbed.tier.internet2.edu"
LOGPORT="5000"
if [ -s /opt/tier/env.bash ]; then
. /opt/tier/env.bash
Expand Down

0 comments on commit 3ab160e

Please sign in to comment.