Skip to content

Commit

Permalink
Merge branch 'hqapi-1.0' into hqapi-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Dec 4, 2009
2 parents 33e1eaf + 3d525c0 commit a6a9bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/hyperic/hq/hqapi1/tools/Command.java
Expand Up @@ -168,7 +168,7 @@ protected HQApi getApi(OptionSet s) {
password = clientProps.getProperty(OPT_PASS);
}

Boolean secure = s.hasArgument(OPT_SECURE[0]) ||
Boolean secure = s.has(OPT_SECURE[0]) ||
Boolean.valueOf(clientProps.getProperty(OPT_SECURE[1],
"false"));

Expand Down

0 comments on commit a6a9bc5

Please sign in to comment.