AaronNGray / webfinger.sh

Bash Shell implementation of webfinger client
MIT License
1 stars 0 forks source link

Unbound variable when validating #11

Open andypiper opened 3 months ago

andypiper commented 3 months ago
        elif [ `which check-jsonschema` ]; then
            check-jsonschema --schemafile ${program_directory}/jrd.schema.json /tmp/out.json >null

program_directory is undefined.

AaronNGray commented 3 months ago

@andypiper Sorry I moved jrd.schema.json to /tmp and forgot to do it on the check-jsonschema version. Should be fixed now.