mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-02-10 14:26:45 +00:00
Minor comment typos (#89)
This commit is contained in:
parent
7e9dbb9fde
commit
1ec19bdf38
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# optional argument to specgify the ip address
|
||||
# Optional argument to specify the ip address
|
||||
ip_address="localhost:8645"
|
||||
plain_text_out=false
|
||||
|
||||
@ -31,7 +31,7 @@ if [[ -n "$1" ]]; then
|
||||
ip_address="$1"
|
||||
fi
|
||||
|
||||
# check if curl is available
|
||||
# Check if curl is available
|
||||
if ! command -v curl &> /dev/null
|
||||
then
|
||||
echo "curl could not be found"
|
||||
|
Loading…
x
Reference in New Issue
Block a user