mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-05 02:59:45 +02:00
Fix typo (loacal -> local)
This commit is contained in:
committed by
Sergei Aleksandrovich
parent
22e16ebe56
commit
a2fd4bc063
@@ -16,7 +16,7 @@ func loadLocalFile() error {
|
||||
|
||||
data, err := os.ReadFile(path)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Can't read loacal environment file: %s", err)
|
||||
return fmt.Errorf("Can't read local environment file: %s", err)
|
||||
}
|
||||
|
||||
if len(data) == 0 {
|
||||
|
Reference in New Issue
Block a user