Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 4, 2017
1 parent 02dc8f7 commit e3b5330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildDocker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def call(env){

def content = readFile 'common.bash'

Properties properties = new Properties
Properties properties = new Properties()
InputStream is = new ByteArrayInputStream(content.getBytes());
properties.load(is)

Expand Down

0 comments on commit e3b5330

Please sign in to comment.