Skip to content

Commit

Permalink
Fixed typo in "telemtry"
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman committed Jan 29, 2024
1 parent ef42931 commit e379ec9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/before-uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH=${PATH}:/usr/local/bin
################################################################################
####### IMPORTANT: PHP_INSTRUMENTATION_DIR is needed otherwise fpm will fail when generating
####### the apk distribution with an Invalid tar stream error.
PHP_INSTRUMENTATION_DIR=/opt/open-telemtry/php-instrumentation
PHP_INSTRUMENTATION_DIR=/opt/open-telemetry/php-instrumentation
BACKUP_EXTENSION=".instrumentation.uninstall.bck"

################################################################################
Expand Down
2 changes: 1 addition & 1 deletion packaging/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fpm --input-type dir \
--directories ${PHP_INSTRUMENTATION_DIR}/etc \
--config-files ${PHP_INSTRUMENTATION_DIR}/etc \
/app/packaging/post-install.sh=${PHP_INSTRUMENTATION_DIR}/bin/post-install.sh \
/app/build/open-telemtry.ini=${PHP_INSTRUMENTATION_DIR}/etc/ \
/app/build/open-telemetry.ini=${PHP_INSTRUMENTATION_DIR}/etc/ \
/app/packaging/before-uninstall.sh=${PHP_INSTRUMENTATION_DIR}/bin/before-uninstall.sh \
/app/instrumentation/php/=${PHP_INSTRUMENTATION_DIR}/src \
/tmp/extensions/=${PHP_INSTRUMENTATION_DIR}/extensions \
Expand Down
2 changes: 1 addition & 1 deletion packaging/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH=${PATH}:/usr/local/bin
################################################################################
############################ GLOBAL VARIABLES ##################################
################################################################################
PHP_INSTRUMENTATION_DIR=/opt/open-telemtry/php-instrumentation
PHP_INSTRUMENTATION_DIR=/opt/open-telemetry/php-instrumentation
EXTENSION_DIR="${PHP_INSTRUMENTATION_DIR}/extensions"
EXTENSION_CFG_DIR="${PHP_INSTRUMENTATION_DIR}/etc"
BOOTSTRAP_FILE_PATH="${PHP_INSTRUMENTATION_DIR}/src/bootstrap_php_part.php"
Expand Down

0 comments on commit e379ec9

Please sign in to comment.