Skip to content

Commit f8a9ec4

Browse files
authored
Add missing "\" in entrypoint.sh
1 parent 5f754d3 commit f8a9ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ do
136136
`# calculations, but only transform data structures.` \
137137
`# See https://github.com/COMCIFS/cif_core/pull/561` \
138138
-e "save_(reflns|diffrn_reflns)[.]limit_index_m_[1-8]_(min|max): .+ not contain evaluation" \
139-
-e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face)[.]index_m_[1-8]: .+ not contain evaluation"
139+
-e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face)[.]index_m_[1-8]: .+ not contain evaluation" \
140140
| sponge "${OUT_FILE}"
141141
if [ -s "${OUT_FILE}" ]
142142
then

0 commit comments

Comments
 (0)