ProtonVPN / protonvpn-cli

Legacy protonvpn-cli: ProtonVPN Command-Line Tool for Linux and macOS. This has been superseded by https://github.com/ProtonVPN/protonvpn-cli-ng
Other
607 stars 98 forks source link

Remove parenthesis from function definitions #201

Open vitorgalvao opened 4 years ago

vitorgalvao commented 4 years ago

You can’t have arguments between the parenthesis in bash, to define a function, you should either function name or name(). Having both is redundant.

Also fixed a case lacking a space.