Skip to content

Commit

Permalink
allow custom environment directory, fixes #2025
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <srikanth.ddit@gmail.com>
  • Loading branch information
sriv committed Jul 28, 2021
1 parent e806669 commit 51af09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const (
gaugeSpecFileExtensions = "gauge_spec_file_extensions"
envDirEnvVar = "gauge_env_dir"
gaugeDataDir = "gauge_data_dir"
envDirEnvVar = "gauge_env_dir"
)

var envVars map[string]string
Expand Down

0 comments on commit 51af09f

Please sign in to comment.