Describe the bug
The 'push' sub-command only accepts very specific kinds of paths and fails with any other kind of path. Eg trying to push a file that resides in the current directory is currently not possible and diskimage returns with an error because it doesn't accept a plain file name as a path.
To Reproduce
- cd into a directory
- place a file called 'foo' there
- do a 'diskimage push foo ...'
Expected behavior
diskimage should push the file without problems.
OS (please complete the following information):