Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 0d330ea

Browse files
committed
Remove unused EnvDirNotFound error
1 parent 40ef076 commit 0d330ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internals/secrethub/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ var (
3838
ErrReadEnvDir = errRun.Code("env_dir_read_error").ErrorPref("could not read the environment directory: %s")
3939
ErrReadEnvFile = errRun.Code("env_file_read_error").ErrorPref("could not read the environment file %s: %s")
4040
ErrReadDefaultEnvFile = errRun.Code("default_env_file_read_error").ErrorPref("could not read default run env-file %s: %s")
41-
ErrEnvDirNotFound = errRun.Code("env_dir_not_found").Error(fmt.Sprintf("could not find specified environment. Make sure you have executed `%s set`.", ApplicationName))
4241
ErrTemplate = errRun.Code("invalid_template").ErrorPref("could not parse template at line %d: %s")
4342
ErrParsingTemplate = errRun.Code("template_parsing_failed").ErrorPref("error while processing template file '%s': %s")
4443
ErrInvalidTemplateVar = errRun.Code("invalid_template_var").ErrorPref("template variable '%s' is invalid: template variables may only contain uppercase letters, digits, and the '_' (underscore) and are not allowed to start with a number")

0 commit comments

Comments
 (0)