mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
Other: Add v2 to module name
This commit is contained in:
@ -39,5 +39,5 @@ func fileIsExecutable(path string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return info.Mode()&0111 != 0
|
||||
return info.Mode()&0o111 != 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user