Skip to content

Commit

Permalink
fix: revert of unrelated swift ENV variable fix
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
  • Loading branch information
FUSAKLA committed May 28, 2020
1 parent b59f341 commit 2dfc46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/objstore/swift/swift.go
Expand Up @@ -251,7 +251,7 @@ func configFromEnv() SwiftConfig {
ProjectName: os.Getenv("OS_PROJECT_NAME"),
UserDomainID: os.Getenv("OS_USER_DOMAIN_ID"),
UserDomainName: os.Getenv("OS_USER_DOMAIN_NAME"),
ProjectDomainID: os.Getenv("OS_PROJECT_DOMAIN_ID"),
ProjectDomainID: os.Getenv("OS_PROJET_DOMAIN_ID"),
ProjectDomainName: os.Getenv("OS_PROJECT_DOMAIN_NAME"),
}

Expand Down

0 comments on commit 2dfc46d

Please sign in to comment.