Explorar el Código

Merge pull request #620 from google/jtattermusch-patch-2

Fix typo in buildall.sh
Jon Skeet hace 10 años
padre
commit
3f5df7a74b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      csharp/buildall.sh

+ 1 - 1
csharp/buildall.sh

@@ -6,7 +6,7 @@ NUNIT_CONSOLE=nunit-console
 
 # The rest you can leave intact
 CONFIG=Release
-KEYFILE=../keys/Google.Google.Protobuf.snk  # TODO(jtattermusch): signing!
+KEYFILE=../keys/Google.Protobuf.snk  # TODO(jtattermusch): signing!
 SRC=$(dirname $0)/src
 
 set -ex