Skip to content

Commit

Permalink
[CI] fix regression with variable name (#20930) (#20933)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 2, 2020
1 parent e2b1292 commit 1434ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def publishPackages(baseDir){
* baseDir=name1/name2/name3-> return name2
*/
def getBeatsName(baseDir) {
return basedir.replace('x-pack/', '')
return baseDir.replace('x-pack/', '')
}

def withBeatsEnv(Closure body) {
Expand Down

0 comments on commit 1434ace

Please sign in to comment.