Commit e06e37f9 authored by lichenchong's avatar lichenchong
Browse files

Fix a typo from syncProtoRepoAndbuild to syncProtoRepoAndBuild in

kinetic-common/pom.xml.
parent 22103aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
							<goal>exec</goal>
						</goals>
						<configuration>
							<executable>${project.parent.basedir}/bin/syncProtoFromRepoAndbuild.sh</executable>
							<executable>${project.parent.basedir}/bin/syncProtoFromRepoAndBuild.sh</executable>
						</configuration>
					</execution>
				</executions>