Chromium Code Reviews| Index: image_to_live.sh |
| diff --git a/image_to_live.sh b/image_to_live.sh |
| index f18badf667639f9ab3aa4ca1fee0cee7d53fff7a..3988470254d4c7a634cae6ce25b8f48ec9311c46 100755 |
| --- a/image_to_live.sh |
| +++ b/image_to_live.sh |
| @@ -356,7 +356,7 @@ function main() { |
| if [ ${FLAGS_update_stateful} -eq ${FLAGS_TRUE} ] && \ |
| ! run_stateful_update; then |
| - warn "Stateful update was not successful." |
| + die "Stateful update was not successful." |
| fi |
| remote_reboot |