Skip to content

Commit 81bf6cf

Browse files
author
Michal Gil
committed
Small changes in logs messages
1 parent 303093d commit 81bf6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/notify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ module.exports = function (expressApp: express$Application, app: Application) {
2424
child_process.execSync(`sudo docker-compose -f ${fileLoc} down`);
2525
}
2626
catch(e) {
27-
console.error('Error during stopping runnning containers', e)
27+
console.error('Error during stopping containers', e)
2828
}
2929
try {
3030
child_process.execSync(`sudo docker-compose -f ${fileLoc} up -d`);
3131
}
3232
catch(e) {
33-
console.error('Error during starting stopped containers', e)
33+
console.error('Error during starting containers', e)
3434
}
3535
} else {
3636
console.error(`Docker compose file: ${fileLoc} does not exist`)

0 commit comments

Comments
 (0)