Skip to content

Commit 1f424e0

Browse files
committed
Fix: typo
1 parent cad0935 commit 1f424e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php-dev-helper/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d190cae
1+
cad0935

php-dev-helper/apps/pts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ _var_dump_check_exec () {
533533
__colors=" --no-colors"
534534
fi
535535
__run_options="var-dump-check ${PTS_SOURCE_DIR}${__colors}"
536-
console_info "Proving checks in: ${PTS_SOURCE_DIR}"
536+
console_info "Providing checks in: ${PTS_SOURCE_DIR}"
537537
# shellcheck disable=SC2086
538538
if ! docker-compose -f "${PTS_DOCKER_COMPOSE_FILE}" exec app ${__run_options}
539539
then

0 commit comments

Comments
 (0)