forked from ungleich-public/cdist
+indent
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
97dd649f44
commit
d21cfa66a0
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if [ -e "${__cdist_object_dir}" ]; then
|
||||||
# Allow diff to fail
|
# Allow diff to fail
|
||||||
set +e
|
set +e
|
||||||
diff -ru "${__cdist_new_object_dir}/${__cdist_name_parameter}" \
|
diff -ru "${__cdist_new_object_dir}/${__cdist_name_parameter}" \
|
||||||
"${__cdist_object_dir}/${__cdist_name_parameter}" \
|
"${__cdist_object_dir}/${__cdist_name_parameter}" \
|
||||||
> "$__cdist_tmp_file"; ret=$?
|
> "$__cdist_tmp_file"; ret=$?
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue