Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan authored Aug 18, 2018
1 parent f741948 commit 1de4eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter4/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
<version>3.5.8</version>
<configuration>
<serviceProviders>
<serviceProdiver>
<serviceProvider>
<name>admin_service_provider</name>
<protocol>http</protocol>
<host>localhost</host>
<port>8081</port>
<path>/</path>
<pactFileDirectory>src/test/resources/pacts</pactFileDirectory>
</serviceProdiver>
</serviceProvider>
</serviceProviders>
</configuration>
<executions>
Expand Down

0 comments on commit 1de4eef

Please sign in to comment.