can't mv file #154
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#154
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: 4nd3r
I needed quick and dirty file moving type, so I made one: ec91c78dd0d6cfc2bf2c572e3b515c02ba5a3fa8
(yeah, sure, maybe I'm doing it wrong with cdist, but that's a story for another day)
manifest:
but running this type resulted strange error:
mv: cannot stat ‘/tmp/move123’: No such file or directory
but file is there:
what am I missing here?
Created by: 4nd3r
and it took me 5 seconds to understand what I'm doing wrong, sigh