Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
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
@@ -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)

0 comments on commit e3b5330

Please sign in to comment.