chmod 755 kobaltw

This commit is contained in:
Erik C. Thauvin 2016-07-28 07:15:36 -07:00
parent 0424e914f3
commit 441f373317
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ class VersionEyePlugin @Inject constructor(val configActor: ConfigActor<VersionE
return TaskResult()
} else {
val projectKey = System.getProperty(PROJECT_KEY_PROPERTY)
var apiKey = System.getenv(API_KEY_PROPERTY)
var apiKey = System.getProperty(API_KEY_PROPERTY)
val p = Properties()
Paths.get(local).let { path ->
if (path.toFile().exists()) {