Should I be seeing changes reflected in the config.yml immediately after “tutor config save”? Because I don’t, and perhaps that means it’s some syntactic parsing issue that’s stopping the plugin from being consumed?
tutor@ip-123-123-123-123:/home/ubuntu$ nano $(tutor plugins printroot)/disable_course_discovery.yml
tutor@ip-123-123-123-123:/home/ubuntu$ tutor config save
Configuration saved to /home/tutor/.local/share/tutor/config.yml
Environment generated in /home/tutor/.local/share/tutor/env
tutor@ip-123-123-123-123:/home/ubuntu$ grep -r ENABLE_COURSE_DISCOVERY /home/tutor/.local/share/tutor/config.yml
tutor@ip-123-123-123-123:/home/ubuntu$