Argument one must not end with '.blueprint'.
Hello,
When I try to install using the command:
Copier le code
blueprint -install customserversort.blueprint
I get an error Argument one must not end with '.blueprint'..
I would like to know how I can fix this.
1 Reply
Argument one indicates
customserversort.blueprint
, which the current latest version reads as customserversort.blueprint.blueprint
. You'll have to run blueprint -install customserversort
instead.