Skip to content

Commit

Permalink
fix: update script to source environment variables from the correct path
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Le <[email protected]>
  • Loading branch information
CharlieTLe committed Dec 25, 2024
1 parent 5deac97 commit 5159d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-gen-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x # Print commands and their arguments as they are executed

# This script is used to generate protobuf files for all services with Docker.

. .env
. ./.env

gen_proto_go() {
echo "Generating Go protobuf files for $1"
Expand Down

0 comments on commit 5159d02

Please sign in to comment.