aboutsummaryrefslogtreecommitdiff
path: root/.scripts.d/30-test.sh
diff options
context:
space:
mode:
authorChristian Segundo2024-07-08 16:43:31 +0200
committerChristian Segundo2024-07-08 16:43:31 +0200
commit850a4793771e34790f25908acf8f32207da6fbb9 (patch)
tree342d1719bbecce3f4eaaf47bcf7fa0c81db85e3c /.scripts.d/30-test.sh
parent606a1bc74cf01340b725c616ae822466f493129e (diff)
downloadlanguagetool-850a4793771e34790f25908acf8f32207da6fbb9.tar.gz
fix typo
Diffstat (limited to '.scripts.d/30-test.sh')
-rw-r--r--.scripts.d/30-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts.d/30-test.sh b/.scripts.d/30-test.sh
index 72f4405..a8be746 100644
--- a/.scripts.d/30-test.sh
+++ b/.scripts.d/30-test.sh
@@ -15,7 +15,7 @@ curl -fsSL https://goss.rocks/install | sh
export GOSS_SLEEP=${GOSS_SLEEP:-5}
export GOSS_VARS=${GOSS_VARS:-}
-export GOSS_ADDITIONAL_COPY_PATHS=${GOSS_ADDITIONAL_COPY_PATHS:-}
+export GOSS_ADDITIONAL_COPY_PATH=${GOSS_ADDITIONAL_COPY_PATH:-}
export GOSS_OPTS="--format junit --no-color"
export CONTAINER_LOG_OUTPUT=${CONTAINER_LOG_OUTPUT:-}