diff --git a/packaging/create-package.sh b/packaging/create-package.sh index 7d442db..343f766 100644 --- a/packaging/create-package.sh +++ b/packaging/create-package.sh @@ -14,7 +14,7 @@ else BUILD_EXT_DIR=instrumentation/native/_build/linux-x86-64-release/ext/ fi -touch build/open-telemtry.ini +touch build/open-telemetry.ini function createPackage () { diff --git a/packaging/post-install.sh b/packaging/post-install.sh index 8ef281f..ee6aee9 100644 --- a/packaging/post-install.sh +++ b/packaging/post-install.sh @@ -11,7 +11,7 @@ EXTENSION_DIR="${PHP_INSTRUMENTATION_DIR}/extensions" EXTENSION_CFG_DIR="${PHP_INSTRUMENTATION_DIR}/etc" BOOTSTRAP_FILE_PATH="${PHP_INSTRUMENTATION_DIR}/src/bootstrap_php_part.php" BACKUP_EXTENSION=".instrumentation.bck" -OPENTELEMETRY_INI_FILE_NAME="open-telemtry.ini" +OPENTELEMETRY_INI_FILE_NAME="open-telemetry.ini" ################################################################################ ########################## FUNCTION CALLS BELOW ################################