Skip to content

Commit 507d34a

Browse files
authored
Fixing typo in development setup script
The message referred to message referring to PGO_OPERATOR_NAME instead of PGO_OPERATOR_NAMESPACE.
1 parent cbd49b4 commit 507d34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/setupnamespaces.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1717

1818
if [ -z $PGO_OPERATOR_NAMESPACE ];
1919
then
20-
echo "error: \$PGO_OPERATOR_NAME must be set"
20+
echo "error: \$PGO_OPERATOR_NAMESPACE must be set"
2121
exit 1
2222
fi
2323

@@ -77,4 +77,4 @@ then
7777
$PGOROOT/deploy/$add_ns_script $ns > /dev/null
7878
fi
7979
done
80-
fi
80+
fi

0 commit comments

Comments
 (0)