Skip to content

Commit 2c116e1

Browse files
committed
fix typo
1 parent eb63eb2 commit 2c116e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment-generator/src/gen_compose.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
genBootNode,
88
genServices,
99
injectNetworkConfig,
10-
genSubswapFrotnend,
10+
genSubswapFrontend,
1111
genExplorer,
1212
};
1313

@@ -100,7 +100,7 @@ function genServices(machine_id) {
100100
return services;
101101
}
102102

103-
function genSubswapFrotnend(){
103+
function genSubswapFrontend(){
104104
const subswap_frontend = {
105105
image: `xinfinorg/subswap-frontend:${config.version.subswap_frontend}`,
106106
restart: "always",

0 commit comments

Comments
 (0)