Skip to content

Commit

Permalink
dev: update reference to old gh org
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 3, 2023
1 parent f44c355 commit 395c894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ following tools:
1. Clone and open this repository:

```bash
git clone https://github.com/sgtoj/terraform-aws-s3-zip-uploader.git
git clone https://github.com/cruxstack/terraform-aws-s3-zip-uploader.git
code terraform-aws-s3-zip-uploader
```

Expand Down
2 changes: 1 addition & 1 deletion examples/s3-website/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "artifact_packager" {
source = "sgtoj/artifact-packager/docker"
source = "cruxstack/artifact-packager/docker"
version = "1.2.1"

docker_build_context = "${path.module}/fixtures/website"
Expand Down

0 comments on commit 395c894

Please sign in to comment.