Chromium Code Reviews| Index: image_to_live.sh |
| diff --git a/image_to_live.sh b/image_to_live.sh |
| index 755807507de4f8bb88810965289bd3546baa6dae..1903883deda864f95b65db58108a577ca6813755 100755 |
| --- a/image_to_live.sh |
| +++ b/image_to_live.sh |
| @@ -69,7 +69,7 @@ function copy_stateful_update { |
| local dev_dir="$(dirname $0)/../platform/dev" |
| # Copy over update script and run update. |
| - remote_cp "$dev_dir/stateful_update" "/tmp" |
| + remote_cp_to "$dev_dir/stateful_update" "/tmp" |
| remote_sh "/tmp/stateful_update" |
| } |