Skip to content

Commit 0c2fa97

Browse files
committed
fixup!: use correct ./ci path steps-lib.sh
1 parent 1e388d4 commit 0c2fa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps/brew-bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main() {
77
UPSTREAM_USERNAME_AND_REPO="Homebrew/$REPO"
88
# Only sourcing this so we get access to $VERSION
99
source ./ci/lib.sh
10-
source ./ci/steps-lib.sh
10+
source ./ci/steps/steps-lib.sh
1111

1212
echo "Checking environment variables"
1313

0 commit comments

Comments
 (0)