From 6bbef107216fce958aeefe502988fb4b3a8270d7 Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Mon, 1 Feb 2021 15:41:36 -0500 Subject: [PATCH] Clarify the root directory comment A contributor had an issue when ran script changing the directory name after clone. This was discussed on the etcd slack channel. --- scripts/genproto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genproto.sh b/scripts/genproto.sh index dd036d120..59221ff2f 100755 --- a/scripts/genproto.sh +++ b/scripts/genproto.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Generate all etcd protobuf bindings. -# Run from repository root. +# Run from repository root directory named etcd. # set -e