Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-08 01:16:21 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-08 01:16:21 +0300
commitabc031cdb398a785e8088c4a5b440a1267711810 (patch)
tree7e9027c887ebfa44a67476c138c2e8db8ccee7e6 /pipeline
parentbb9bba172298e2e233123ce95bff7e4252d46045 (diff)
Fix typo.
Diffstat (limited to 'pipeline')
-rwxr-xr-xpipeline/jobs/selenium_job.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipeline/jobs/selenium_job.sh b/pipeline/jobs/selenium_job.sh
index 48525fe4e..32aafd190 100755
--- a/pipeline/jobs/selenium_job.sh
+++ b/pipeline/jobs/selenium_job.sh
@@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
-. "${SCRIPT_DIR}/_import.sh"
+. "${SCRIPT_DIR}/_imports.sh"
${ROOT_DIR}/pipeline/stage_integrationtests/trigger.sh \
--sourcedir "${BUILD_DIR}" \