missed one

This commit is contained in:
Eric Lay 2023-04-22 17:42:57 -05:00
parent 3b85faafb6
commit bf789c93d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
DATADIR="/usr/share/fuzzy-pokedex-dev"
DATADIR="/usr/share/fuzzy-pokedex-dev/pokeData"
declare -i WC
WC=$(pokemon-colorscripts -l | wc | awk '{print $1}' )