ArmyCyberInstitute / cmgr

CTF Challenge Manager
Apache License 2.0
17 stars 9 forks source link

[cmgr] Implementation differs from documentation #34

Closed jrolli closed 2 years ago

jrolli commented 2 years ago

The documentation for cmgr update indicates it defaults to the root of the challenge directory when no argument is provided. However, the implementation (challenges.go:46) defaults to . which can cause the unqualified command to error out if called from outside of the challenge directory.