diff options
| author | Oskar <oskar@mullvad.net> | 2025-02-05 08:38:37 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-02-05 15:55:09 +0100 |
| commit | 298a108c1dd6d257b8cee66b515333ca46961252 (patch) | |
| tree | 0bd972adc439ada1b67c92cea8e966c455ff6c5e /desktop/scripts | |
| parent | 7f1c17cb554127c1d8b48673540e8a6b7dc97288 (diff) | |
| download | mullvadvpn-298a108c1dd6d257b8cee66b515333ca46961252.tar.xz mullvadvpn-298a108c1dd6d257b8cee66b515333ca46961252.zip | |
Fix path in print-package-versions
Diffstat (limited to 'desktop/scripts')
| -rwxr-xr-x | desktop/scripts/release/print-package-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/release/print-package-versions b/desktop/scripts/release/print-package-versions index 5c3e2de18a..2170f5417c 100755 --- a/desktop/scripts/release/print-package-versions +++ b/desktop/scripts/release/print-package-versions @@ -27,7 +27,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$SCRIPT_DIR" # shellcheck source=ci/linux-repository-builder/build-linux-repositories-config.sh -source build-linux-repositories-config.sh +source ../../../ci/linux-repository-builder/build-linux-repositories-config.sh # shellcheck source=scripts/utils/log source ../../../scripts/utils/log |
