Skip to content

Commit 1c7d0c8

Browse files
return slash
1 parent c25c9c4 commit 1c7d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ commands:
336336
curl -sSL https://install.python-poetry.org | python3 -
337337
export PATH="/root/.local/bin:$PATH"
338338
poetry install -vvv
339-
RUN_TEMPLATE=$(cat <<END_RUNFILE
339+
RUN_TEMPLATE=$(cat \<<END_RUNFILE
340340
#!/usr/bin/env python
341341
# -*- coding: utf-8 -*-
342342
import re

0 commit comments

Comments
 (0)