Skip to content

Commit

Permalink
persist docker compose migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shalom938 committed Dec 26, 2024
1 parent eb75807 commit 9cd06b5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ fun migrateDockerComposeFile(newDockerComposeFilePath: String, logger: Logger) {

findActiveProject()?.let {
ActivityMonitor.getInstance(it).registerCustomEvent(
"migrated docker compose file", mapOf(
"oldDockerComposeFileExists" to oldDockerComposeFile.exists()
"docker compose file migrated", mapOf(
"oldDockerComposeFileExists" to oldDockerComposeFile.exists(),
"newDockerComposeFile" to newDockerComposeFilePath
)
)
}
Expand Down

0 comments on commit 9cd06b5

Please sign in to comment.