Skip to content
Snippets Groups Projects
Commit 8b803325 authored by Fabian Hövel's avatar Fabian Hövel
Browse files

fix

parent 0806022c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ cat "$1" | \
sed "$replace_ip_versions" > $new_design_tcl
# show what was changed
diff --color=always "$1" "$new_design_tcl"
diff --color=always "$1" "$new_design_tcl" || true
# replace script in place
cat "$new_design_tcl" > "$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment