From 817ccc9ed473a2088a38f8e3ea176b33d2e54e59 Mon Sep 17 00:00:00 2001 From: Siyavashshams <111530949+Siyavashshams@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:09:13 +0430 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..7616728a 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/Siyavashshams/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: