while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Bug: Variable in test-spelling wrong #16

Closed dschier-wtd closed 6 years ago

dschier-wtd commented 6 years ago

Type of Report

Bug

Actual behaviour

BADWORDS=$(sed '/^```/,/^```/d' "$WTD_SCRIPT_DIR/../README.md" | aspell --lang=en --encoding=utf-8\
        --personal="$WTD_SCRIPT_PATH/.aspell.en.pws" list)

Expected behaviour

BADWORDS=$(sed '/^```/,/^```/d' "$WTD_SCRIPT_DIR/../README.md" | aspell --lang=en --encoding=utf-8\
        --personal="$WTD_SCRIPT_DIR/.aspell.en.pws" list)

Specifications

Attachments