Rename cumulus-test-parachain-collator to rococo-collator (#173)

Ran `find . -type f -name "*" -print0 | xargs -0 sed -i -e "s/cumulus-test-parachain-collator/rococo-collator/g"`
This commit is contained in:
Dan Forbes
2020-08-04 10:44:02 -07:00
committed by GitHub
parent 6f50d0928d
commit a51df009d8
11 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# this script runs the cumulus-test-parachain-collator after fetching
# this script runs the rococo-collator after fetching
# appropriate bootnode IDs
#
# this is _not_ a general-purpose script; it is closely tied to the
@@ -8,7 +8,7 @@
set -e -o pipefail
ctpc="/usr/bin/cumulus-test-parachain-collator"
ctpc="/usr/bin/rococo-collator"
if [ ! -x "$ctpc" ]; then
echo "FATAL: $ctpc does not exist or is not executable"