Fix for gen-cloud-init.sh warning msg
[it/dep.git] / tools / k8s / bin / gen-cloud-init.sh
index c0fe160..42ecff4 100755 (executable)
@@ -33,7 +33,7 @@ usage() {
 
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 set -a
-RCS="$(find $DIR/../etc -type f -maxdepth 1)"
+RCS="$(find $DIR/../etc -maxdepth 1 -type f)"
 for RC in $RCS; do
   echo "reading in values in $RC"
   source $RC