diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe4f63..e917d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:26 + +**feature/agregar-bitbucket-pipelines.yml** +- **bugfix**: modifico shebang para buscar python3 con env (c07fdb9) + - git-flow (M) + +--- + ## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:23 **feature/agregar-bitbucket-pipelines.yml** diff --git a/git-flow b/git-flow index 4b6a12b..2b52804 100755 --- a/git-flow +++ b/git-flow @@ -1,4 +1,4 @@ -#!./venv/bin/python3 +#!/usr/bin/env python3 import os from subprocess import CalledProcessError