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