Skip to content

Commit 253435e

Browse files
committed
api_refs.sh: Increase verbosity
1 parent cfe26cf commit 253435e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/api_refs/api_refs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set +x;
3+
set -x;
44

55
AUTH_JSON=${1:-~/.composer/auth.json}; # Path to an auth.json file allowing to install the targeted edition and version
66
PHP_API_OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the directory where the built PHP API Reference is hosted

0 commit comments

Comments
 (0)