more plural -> singular cleanups
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
be7c647165
commit
b683b8ca70
10 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
os="$("$__explorers/os")"
|
os="$("$__explorer/os")"
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
archlinux) echo pacman ;;
|
archlinux) echo pacman ;;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# This is debug and should not be in a production environment
|
# This is debug and should not be in a production environment
|
||||||
echo "Running initial manifest for $__target_host"
|
echo "Running initial manifest for $__target_host"
|
||||||
echo "We could access other manifests in $__manifests"
|
echo "We could access other manifests in $__manifest"
|
||||||
|
|
||||||
case "$__target_host" in
|
case "$__target_host" in
|
||||||
localhost)
|
localhost)
|
||||||
|
|
Loading…
Reference in a new issue