Closed op-ct closed 5 years ago
Before this change, bundle exec showoff skeleton --file=file.json would fail with:
bundle exec showoff skeleton --file=file.json
error: same file: file.json and ./file.json
This patch skips the FileUtils.cp with a naive test to see if the source and destination file are the same file.
FileUtils.cp
Before this change,
bundle exec showoff skeleton --file=file.json
would fail with:This patch skips the
FileUtils.cp
with a naive test to see if the source and destination file are the same file.