diff --git a/.maintain/gitlab/check_polkadot.sh b/.maintain/gitlab/check_polkadot.sh index 6debb86e0d1b0..dc7c7fe586551 100755 --- a/.maintain/gitlab/check_polkadot.sh +++ b/.maintain/gitlab/check_polkadot.sh @@ -60,7 +60,7 @@ then boldprint "no companion pr declared - building polkadot:master" fi else - boldprint "this is not a pull request - building polkadot master" + boldprint "this is not a pull request - building polkadot:master" fi # Make sure we override the crates in native and wasm build @@ -78,4 +78,3 @@ cargo update # Test Polkadot pr or master branch with this Substrate commit. time cargo test --all --release --verbose -