Skip to content

Commit

Permalink
[CI] fix regression with variable name (elastic#20930)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and melchiormoulin committed Oct 14, 2020
1 parent a5cf399 commit e4a103e
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 e4a103e

Please sign in to comment.