moosh
moosh copied to clipboard
Moosh plugin-install not working at 1st time
- moosh version: 0.23 (f08bf43d3dfed480b9d4ad90ca9ea9aca595ace0)
- moodle version: 3.1.3+ (Build: 20161208) (2016052303.07)
- database: MySQL 5.6
- php version: 7.0.13
- operating system: Linux
Actual behaviour
Immediatelly after the 1st execution of plugin install, on the local plugins page, the version appears with "?". If I then run install (with -d), it appears correctly installed.
Expected behaviour
Plugin should be installed correctly on 1st execution
Steps to reproduce
~/bin/moosh plugin-install local_mailtest 2016112700 https://my.moodle.somehwere.com/moodle/admin/localplugins.php
~/bin/moosh plugin-install -d local_mailtest 2016112700 https://my.moodle.somehwere.com/moodle/admin/localplugins.php
Seems to be a manifestation of https://github.com/tmuras/moosh/issues/122