[damned-lies/oscp] Remove stray backslash
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Remove stray backslash
- Date: Mon, 9 Sep 2019 13:03:42 +0000 (UTC)
commit ee1b84638d121d2fe2f657775fa7c21246184f0f
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Sep 9 15:03:46 2019 +0200
Remove stray backslash
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index e4ec32bd..a07883ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN sed -ri ' s!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g; s!^(\s*ErrorLog)\s+\
RUN groupadd l10n && useradd l10n -g l10n -r -l && \
mkdir -p /l10n /l10n/scratchdir && \
- git clone --depth 1 --branch master --single-branch
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies && \
+ git clone --depth 1 --branch master --single-branch
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
ADD localsettings.py /l10n/damnedlies/damnedlies/localsettings.py
RUN chown -R l10n:l10n /l10n
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]