improve grammar
This commit is contained in:
parent
a05772cbe2
commit
e9508bceac
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CACHE_DIR="${PROFILES_DIR}/cache"
|
||||||
mkdir -p "${PROFILES_DIR}"
|
mkdir -p "${PROFILES_DIR}"
|
||||||
mkdir -p "${CACHE_DIR}"
|
mkdir -p "${CACHE_DIR}"
|
||||||
|
|
||||||
# Load exists profiles
|
# Load existing profiles
|
||||||
for profile in "${PROFILES_DIR}"/*; do
|
for profile in "${PROFILES_DIR}"/*; do
|
||||||
if [ ! -f "${profile}" ]; then
|
if [ ! -f "${profile}" ]; then
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue