diff --git a/scripts/ci/dockerfiles/adder-collator/build-injected.sh b/scripts/ci/dockerfiles/adder-collator/build-injected.sh index 1f909863904c..9a1857bc7ab4 100755 --- a/scripts/ci/dockerfiles/adder-collator/build-injected.sh +++ b/scripts/ci/dockerfiles/adder-collator/build-injected.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Sample call: -# $0 /path/to/folder_with_staking-miner_binary -# This script replace the former dedicated staking-miner Dockerfile +# $0 /path/to/folder_with_binary +# This script replace the former dedicated Dockerfile # and shows how to use the generic binary_injected.dockerfile PROJECT_ROOT=`git rev-parse --show-toplevel` diff --git a/scripts/ci/dockerfiles/malus/build-injected.sh b/scripts/ci/dockerfiles/malus/build-injected.sh index 1f0556f91721..d1e0e1c3c68e 100755 --- a/scripts/ci/dockerfiles/malus/build-injected.sh +++ b/scripts/ci/dockerfiles/malus/build-injected.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Sample call: -# $0 /path/to/folder_with_staking-miner_binary -# This script replace the former dedicated staking-miner Dockerfile +# $0 /path/to/folder_with_binary +# This script replace the former dedicated Dockerfile # and shows how to use the generic binary_injected.dockerfile PROJECT_ROOT=`git rev-parse --show-toplevel` diff --git a/scripts/ci/dockerfiles/polkadot/build-injected.sh b/scripts/ci/dockerfiles/polkadot/build-injected.sh index 06d674011d5c..22774c7b7122 100755 --- a/scripts/ci/dockerfiles/polkadot/build-injected.sh +++ b/scripts/ci/dockerfiles/polkadot/build-injected.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Sample call: -# $0 /path/to/folder_with_staking-miner_binary -# This script replace the former dedicated staking-miner Dockerfile +# $0 /path/to/folder_with_binary +# This script replace the former dedicated Dockerfile # and shows how to use the generic binary_injected.dockerfile PROJECT_ROOT=`git rev-parse --show-toplevel`