Skip to content

Commit

Permalink
fix: bastion resource key
Browse files Browse the repository at this point in the history
  • Loading branch information
zexi committed Oct 7, 2023
1 parent f4bf1a6 commit df45e09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.yunionyun.mcp</groupId>
<artifactId>mcclient</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public BastionHostManager() {
}

public BastionHostManager(EndpointType endpointType) {
super("bation_host", "bastion_hosts",
super("bastion_host", "bastion_hosts",
endpointType,
new String[]{},
new String[]{});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public BastionServerManager() {
}

public BastionServerManager(EndpointType endpointType) {
super("bation_server", "bastion_servers",
super("bastion_server", "bastion_servers",
endpointType,
new String[]{},
new String[]{});
Expand Down

0 comments on commit df45e09

Please sign in to comment.