weldr-distro-dot-notation-and-aliases.sh: remove extra slash
Remove an extra forward slash in a directory path definition. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
7627838352
commit
764949a0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ REPO_OVERRIDES_DIR=/etc/osbuild-composer/repositories
|
|||
REPO_SHIPPED_DIR="/usr/share/osbuild-composer/repositories"
|
||||
# path for repositories shipped with osbuild-composer tests, intended for
|
||||
# use as part of tests.
|
||||
REPO_TEST_DIR="/usr/share/tests/osbuild-composer/repositories/"
|
||||
REPO_TEST_DIR="/usr/share/tests/osbuild-composer/repositories"
|
||||
|
||||
DISTRO="${ID}-${VERSION_ID}"
|
||||
DISTRO_WITHOUT_DOT="${ID}-${VERSION_ID//./}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue