diff --git a/scripts/create-slug.sh b/scripts/create-slug.sh index fc9b1df0b6..9f13ed4171 100755 --- a/scripts/create-slug.sh +++ b/scripts/create-slug.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail @@ -58,4 +58,4 @@ source scripts/distribute-merged-prs.sh IntersectMBO/cardano-api current $DATE $ source scripts/summarise-merged-prs.sh IntersectMBO/cardano-node current source scripts/summarise-merged-prs.sh IntersectMBO/cardano-cli current -source scripts/summarise-merged-prs.sh IntersectMBO/cardano-api current \ No newline at end of file +source scripts/summarise-merged-prs.sh IntersectMBO/cardano-api current diff --git a/scripts/distribute-merged-prs.sh b/scripts/distribute-merged-prs.sh index 39f3f40ad0..4b353e0009 100755 --- a/scripts/distribute-merged-prs.sh +++ b/scripts/distribute-merged-prs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/scripts/download-prs.sh b/scripts/download-prs.sh index ca09977164..167fdacc62 100755 --- a/scripts/download-prs.sh +++ b/scripts/download-prs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail @@ -39,4 +39,4 @@ gh pr list --repo "$repository" \ --json number,title,author,createdAt,closedAt,files,mergedAt,baseRefName,url,body \ > "$temp_json_file" -cat "$temp_json_file" | yq -P > "$out_dir/download.yaml" \ No newline at end of file +cat "$temp_json_file" | yq -P > "$out_dir/download.yaml"