Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Goalina committed Nov 12, 2024
1 parent 2ff8a21 commit cea3749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ type Config struct {
}

type ValidateConfig struct {
OwnerRegexp string `json:"account_name_regexp" required:"true"`
RepoNameRegexp string `json:"repo_name_regexp" required:"true"`
UsernameRegexp string `json:"username_regexp" required:"true"`
PasswordRegexp string `json:"password_regexp" required:"true"`
OwnerRegexp string `json:"OWNER_REGEXP" required:"true"`
RepoNameRegexp string `json:"REPONAME_REGEXP" required:"true"`
UsernameRegexp string `json:"USERNAME_REGEXP" required:"true"`
PasswordRegexp string `json:"PASSWORD_REGEXP" required:"true"`
}

// LoadConfig loads the configuration file from the specified path and deletes the file if needed
Expand Down

0 comments on commit cea3749

Please sign in to comment.