From 2a0dd5bacfd34aeeb57115c9935d34b038302ef8 Mon Sep 17 00:00:00 2001 From: Tomas Abrahamsson Date: Fri, 2 Jan 2015 01:35:37 +0100 Subject: [PATCH] Bugfix comment in inttest/proto_protobuffs/rebar.config --- inttest/proto_protobuffs/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inttest/proto_protobuffs/rebar.config b/inttest/proto_protobuffs/rebar.config index 2158d17..6ed3900 100644 --- a/inttest/proto_protobuffs/rebar.config +++ b/inttest/proto_protobuffs/rebar.config @@ -15,4 +15,4 @@ %% The default proto compiler is protobuffs %% so don't need to specify this -%% {proto_compiler, gpb}. +%% {proto_compiler, protobuffs}.