Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Nov 18, 2024
1 parent 7a7a2ca commit 50ddd27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/_gsh_index
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ do
continue
fi

SKIPABLE=""
SKIPPABLE=""
if [ -f "$GSH_MISSIONS/$mission_dir/skip.txt" ] || [ -d "$GSH_MISSIONS/$mission_dir/skip" ]
then
SKIPABLE=" [$(gettext "optional")]"
SKIPPABLE=" [$(gettext "optional")]"
fi

if grep -q "^$n CHECK_OK" "$GSH_CONFIG/missions.log"
Expand Down Expand Up @@ -45,7 +45,7 @@ do
fi

printf "%s%2d " "$LEAD" "$n"
color_echo "$COLOR" "$mission_dir$SKIPABLE$STATUS"
color_echo "$COLOR" "$mission_dir$SKIPPABLE$STATUS"

n="$((n + 1))"
done < "$GSH_CONFIG/index.txt" | pager

0 comments on commit 50ddd27

Please sign in to comment.