Skip to content

Commit 01ca84b

Browse files
committed
fix names
1 parent 8de5bd0 commit 01ca84b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vars/has_changelog_update.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def call() {
22

33

4-
def commitInfo = gitUtils.getCommitInfo()
4+
def commitInfo = git_utils.getCommitInfo()
55
def previousCommit = commitInfo.previousCommit
66
def currentCommit = commitInfo.currentCommit
77

vars/has_deployable_change.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def call() {
88
]
99

1010
// Get the previous commit hash
11-
def commitInfo = gitUtils.getCommitInfo()
11+
def commitInfo = git_utils.getCommitInfo()
1212
def previousCommit = commitInfo.previousCommit
1313
def currentCommit = commitInfo.currentCommit
1414
def changedFiles = commitInfo.changedFiles

0 commit comments

Comments
 (0)