mirror of https://github.com/apache/jclouds.git
[JCLOUDS-1020] fix query parameter name in Docker's BuildOptions
This commit is contained in:
parent
3342e88f80
commit
f0fc31e299
|
@ -21,7 +21,7 @@ import org.jclouds.http.options.BaseHttpRequestOptions;
|
|||
public class BuildOptions extends BaseHttpRequestOptions {
|
||||
|
||||
public BuildOptions tag(String tag) {
|
||||
this.queryParameters.put("tag", tag);
|
||||
this.queryParameters.put("t", tag);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue