Skip to content

Commit 293645a

Browse files
authored
fix birdhouse example command (#507)
## Overview Minor fix. Add missing `-p` option required to example command.
2 parents 4e7132e + 8beb25d commit 293645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/birdhouse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example Usage:
5959
example.com # This is the value of BIRDHOUSE_FQDN as determined by the current configuration settings
6060
$ ${THIS_BASENAME} configs -p
6161
. /path/to/configs/file/to/source && read_configs
62-
$ eval \$(${THIS_BASENAME} configs)
62+
$ eval \$(${THIS_BASENAME} configs -p)
6363
$ echo \${BIRDHOUSE_FQDN}
6464
example.com # This is the value of BIRDHOUSE_FQDN as determined by the current configuration settings
6565
"

0 commit comments

Comments
 (0)