Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Aug 12, 2023
1 parent ee16d51 commit f99f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "batch_queue" {
}

locals {
version = file("${path.module}/version")
version = file("${path.module}/version")
docker_image_path = var.app_name == "swipe-test" ? "swipe" : "ghcr.io/chanzuckerberg/swipe"
}

Expand Down

0 comments on commit f99f8de

Please sign in to comment.