Skip to content

Commit

Permalink
Fix 2to3 broken symlink (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL authored Sep 11, 2024
1 parent 720f7c8 commit 9c42e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-agent/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ -d "${BOSH_INSTALL_TARGET}/embedded/bin" ]; then
pushd ${BOSH_INSTALL_TARGET}/embedded/bin
ln -s python3 python
ln -s pip3 pip
ln -s 2to3-3.8 2to3
ln -s 2to3-3.* 2to3
popd
fi

Expand Down

0 comments on commit 9c42e39

Please sign in to comment.