Skip to content

Commit

Permalink
fixed issue #189
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Jul 13, 2020
1 parent d45c2fd commit d1907d6
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -9,7 +9,6 @@
import org.apache.maven.project.MavenProject;

import java.io.File;
import java.net.URL;

/**
* Mojo terraform:deploy goal.
Expand All @@ -26,7 +25,7 @@ public class Deploy extends TerraformMojo<String> {
File file;

@Parameter(property = "url")
URL url;
String url;

@Parameter(property = "pomFile")
File pomFile;
Expand Down

0 comments on commit d1907d6

Please sign in to comment.