Skip to content

Commit

Permalink
Fix linter issues with validate-pr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Jan 24, 2024
1 parent 6eba212 commit 587da93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/validate-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ set -o pipefail
: "${TARGET_BRANCH:?Environment variable must be set}"

main() {
local repo_root
repo_root=$(git rev-parse --show-toplevel)
export repo_root=$(git rev-parse --show-toplevel)

local changed
changed=$(ct list-changed --target-branch "$TARGET_BRANCH")
Expand Down

0 comments on commit 587da93

Please sign in to comment.