Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brett McBride <[email protected]>
  • Loading branch information
SergeyKleyman and brettmc authored Nov 27, 2023
1 parent cf975b3 commit c58a464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {

Expand Down
2 changes: 1 addition & 1 deletion packaging/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ################################
Expand Down

0 comments on commit c58a464

Please sign in to comment.