Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

configloader: jsonschema: Rename due to typosquat #1479

Merged
merged 1 commit into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. configloader: jsonschema: Rename due to typosquat

    cd configloader/jsonschema/
    mv dffml_config_jsonschema dffml_configloader_jsonschema
    sed -i -e 's/dffml_config_jsonschema/dffml_configloader_jsonschema/g' $(git grep dffml_config_jsonschema | sed -e 's/:.*//g' | sort | uniq)
    sed -i -e 's/dffml-config-jsonschema/dffml-configloader-jsonschema/g' $(git grep dffml-config-jsonschema | sed -e 's/:.*//g' | sort | uniq)
    git add $(git status | grep modified | awk '{print $NF}')
    git diff --staged
    git commit -sm 'configloader: jsonschema: Rename due to typosquat'
    
    Signed-off-by: John Andersen <[email protected]>
    pdxjohnny committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1dbd26e View commit details
    Browse the repository at this point in the history