We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2832203 commit 287caf8Copy full SHA for 287caf8
libdeckdebuild/__init__.py
@@ -169,7 +169,7 @@ def deckdebuild(
169
170
if faketime:
171
faketime_fmt = debsource.get_mtime(path).strftime("%Y-%m-%d %H:%M:%S")
172
- build_cmd += f"faketime -f {shlex.quote(faketime_fmt)};"
+ build_cmd += f"faketime -f {shlex.quote(faketime_fmt)} "
173
174
if build_source:
175
build_cmd += (
0 commit comments