mirror of
https://github.com/m8tin/cis.git
synced 2026-06-02 14:56:58 +02:00
typo fixed and format
This commit is contained in:
+3
-3
@@ -264,10 +264,10 @@ function base.printEnvironment() {
|
||||
[[ "${CIS[SET]:+isset}" != "isset" ]] \
|
||||
&& return 1
|
||||
|
||||
echo "Content of array CIS:"
|
||||
echo "---------------------"
|
||||
echo "Content of array CIS: (all folders end with an tailing '/')"
|
||||
echo "-----------------------------------------------------------"
|
||||
for _KEY in "${!CIS[@]}"; do
|
||||
printf " %s\n" "CIS[${_KEY}]: ${CIS[${_KEY}]}\n"
|
||||
printf " %s\n" "CIS[${_KEY}]: ${CIS[${_KEY}]}"
|
||||
done
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user