diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-09-30 15:11:59 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-01 16:04:53 +0200 |
| commit | fd8f186f7289760532ee0ed56c3405c5700e9822 (patch) | |
| tree | 576ffb14c14a666371f0fea2bd784f64ce411187 /test/scripts | |
| parent | 5ed9fdaff6dcb709a0c1a4101c444c697cb948bc (diff) | |
| download | mullvadvpn-fd8f186f7289760532ee0ed56c3405c5700e9822.tar.xz mullvadvpn-fd8f186f7289760532ee0ed56c3405c5700e9822.zip | |
Rename account "token" to account "number"
Diffstat (limited to 'test/scripts')
| -rwxr-xr-x | test/scripts/ci-runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/ci-runtests.sh b/test/scripts/ci-runtests.sh index 3e64894e74..4aeab28271 100755 --- a/test/scripts/ci-runtests.sh +++ b/test/scripts/ci-runtests.sh @@ -27,7 +27,7 @@ if [[ -z "${ACCOUNT_TOKENS+x}" ]]; then exit 1 fi if ! readarray -t tokens < "${ACCOUNT_TOKENS}"; then - echo "Specify account tokens in 'ACCOUNT_TOKENS' file" 1>&2 + echo "Specify account numbers in 'ACCOUNT_TOKENS' file" 1>&2 exit 1 fi CI_LOGS_DIR="$TEST_DIR/.ci-logs" |
