Skip to content

Commit f14634c

Browse files
Remove individual names from code comments
Reference team wiki instead of specific engineers for credentials Addresses feedback from kimorris27
1 parent 8ddaa05 commit f14634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/devtools/deploy-shared-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ deploy_hive_acr_cache_and_access() {
101101

102102
if [ -z "$HIVE_PULL_USERNAME" ] || [ -z "$HIVE_PULL_PASSWORD" ]; then
103103
echo "ERROR: HIVE_PULL_USERNAME and HIVE_PULL_PASSWORD must be set"
104-
echo "Contact Kipp/Adam for Hive pull secret credentials"
104+
echo "See team wiki for Hive pull secret credentials"
105105
return 1
106106
fi
107107

0 commit comments

Comments
 (0)