From fd4af9ed0b7a176d5d824a689921ef90975ceaa4 Mon Sep 17 00:00:00 2001 From: victorsreops Date: Sun, 11 Aug 2024 05:00:59 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..4f8a3849 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/victorsreops/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: