diff options
| author | Archie Hilton <archie.hilton1@gmail.com> | 2023-01-03 00:09:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 00:09:30 +0000 |
| commit | f1126289134deb24e62193276068cfbb18c5789b (patch) | |
| tree | c03f8255dfdba4dcb678a9432e732ebbfe9bfd48 /modules/publicip | |
| parent | 345f4e678eefc7aba92da7c0f90d5500e3ca6631 (diff) | |
| parent | 19ad8e5fb4c8b0cfa44038a62f84443b1488107d (diff) | |
Merge pull request #36 from sinapis-amicus/master
quotes prevent glob and word splitting + spelling
Diffstat (limited to 'modules/publicip')
| -rwxr-xr-x | modules/publicip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/publicip b/modules/publicip index 2e94e04..bdcb6a1 100755 --- a/modules/publicip +++ b/modules/publicip @@ -1,6 +1,6 @@ #!/bin/bash -# Prints out your public IP adress +# Prints out your public IP address # Depends on curl PREFIX=' ' |
