You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to replace a tag, the following error occurs:
~]# repositorio --force --tag=dev --repo all
repositorio started.
Can't call method "rmtree" without a package or object reference at /usr/local/share/perl5/Rex/Repositorio.pm line 453.
This appears to be down to the parameters for rmtree being passed incorrectly, but could be a result of a commit changing the use of File::Path.
The text was updated successfully, but these errors were encountered:
When attempting to replace a tag, the following error occurs:
~]# repositorio --force --tag=dev --repo all
repositorio started.
Can't call method "rmtree" without a package or object reference at /usr/local/share/perl5/Rex/Repositorio.pm line 453.
This appears to be down to the parameters for rmtree being passed incorrectly, but could be a result of a commit changing the use of File::Path.
The text was updated successfully, but these errors were encountered: