Closed Restless-ET closed 6 years ago
I'm experiencing the same issue - I'm trying to copy some files between directories on the host but I just get a "cp: vagrant/hooks/*: No such file or directory" error.
config.trigger.after [:up, :resume, :reload] do
run "cp vagrant/hooks/* .git/hooks/"
end
I'm running Vagrant 1.8.1 and vagrant-triggers 0.5.3.
Hi there,
I'm not being able to execute commands containing a wildcard. For instance:
Works just fine... but:
Does not work. I generates the following output:
On the command line it works fine though.
Any ideas?
BTW, I'm using version 0.5.2
PS- I get the same error for the
rm
command as well.