diff --git a/deploy-branch.sh b/deploy-branch.sh index 3a03a4d..742a3ef 100755 --- a/deploy-branch.sh +++ b/deploy-branch.sh @@ -21,4 +21,4 @@ then git pull fi -$WEBHOOK_SCRIPT_DIR/commits.py $1 $COMMITS_DIR/$1.json \ No newline at end of file +python $WEBHOOK_SCRIPT_DIR/commits.py $1 $COMMITS_DIR/$1.json \ No newline at end of file diff --git a/deploy-release.sh b/deploy-release.sh index ebdfd9c..a759758 100755 --- a/deploy-release.sh +++ b/deploy-release.sh @@ -8,4 +8,4 @@ git fetch --tags latest=$(git describe --tags `git rev-list --tags --max-count=1`) git checkout ${latest} -$WEBHOOK_SCRIPT_DIR/changelog.py $1 $CHANGELOG_DIR/$1.json \ No newline at end of file +python $WEBHOOK_SCRIPT_DIR/changelog.py $1 $CHANGELOG_DIR/$1.json \ No newline at end of file