Skip to content

Commit

Permalink
タイピングミスの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
taako-502 committed Mar 4, 2024
1 parent e87ffdc commit f17cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type cIDatabaseConfig struct {
}

func NewCIDatabaseConfig(ctx context.Context) (*cIDatabaseConfig, error) {
if os.Getenv("EVN") != "ci" {
if os.Getenv("ENV") != "ci" {
// 実行中のファイルのディレクトリを取得
_, b, _, _ := runtime.Caller(0)
basepath := filepath.Dir(b)
Expand Down

0 comments on commit f17cf21

Please sign in to comment.