Skip to content

Commit 165070d

Browse files
committed
Fix hostie typo (wechaty#8)
1 parent 496ad89 commit 165070d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modules>
2121
<module>wechaty</module>
2222
<module>wechaty-puppet</module>
23-
<module>wechaty-puppet-hosite</module>
23+
<module>wechaty-puppet-hostie</module>
2424
</modules>
2525

2626
<dependencyManagement>

wechaty-puppet-hosite/pom.xml renamed to wechaty-puppet-hostie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0.0-SNAPSOHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<artifactId>wechaty-puppet-hosite</artifactId>
10+
<artifactId>wechaty-puppet-hostie</artifactId>
1111

1212
<properties>
1313
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

wechaty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<dependency>
2626
<groupId>io.wechaty</groupId>
27-
<artifactId>wechaty-puppet-hosite</artifactId>
27+
<artifactId>wechaty-puppet-hostie</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>
3030

wechaty/src/main/kotlin/io/github/wechaty/WechatyOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class WechatyOptions {
66

77
var name:String = "Wechaty"
88

9-
var puppet:String = "wechaty-puppet-hosite"
9+
var puppet:String = "wechaty-puppet-hostie"
1010

1111
var puppetOptions:PuppetOptions? = null
1212

0 commit comments

Comments
 (0)