diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-08-25 08:13:14 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-08-25 08:13:14 +0200 | 
| commit | 0a72bd78125d4ef83cfe9de3f972cef4d7ae4e88 (patch) | |
| tree | e09c9372910dcb7d6c0419c0ba7828664ffc51e2 | |
| parent | 0be284fdf9e0e8f9e8722e57704889f7636ec954 (diff) | |
checkpkgist: cleanup
| -rwxr-xr-x | get | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@  mv rpmphp.json.prev /tmp  if wget 'http://rpms.famillecollet.com/rpmphp/get.php?table=packagist' -O rpmphp.json.new  then -  cp rpmphp.json     rpmphp.json.prev && \ -  cp rpmphp.json.new rpmphp.json      && \ +  mv rpmphp.json     rpmphp.json.prev && \ +  mv rpmphp.json.new rpmphp.json      && \    echo done    colordiff rpmphp.json.prev rpmphp.json  fi
\ No newline at end of file  | 
