Closed

Description
echo "hello" > hello
dvc add hello
dvc run -d hello -o copy 'cp hello copy'
dvc move hello greetings
Move should change copy.dvc
content as well:
- cmd: cp hello copy
+ cmd: cp greetings copy
deps:
md5: b1946ac92492d2347c6235b4d2611184
- path: hello
+ path: greetings
md5: 4aadcd3be9fc768f4a57d7a41236b610
outs:
cache: true
md5: b1946ac92492d2347c6235b4d2611184
metric: false
path: copy