Skip to content

Commit

Permalink
⚡ Simplify 'execute at' command builder
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGraversen committed Jan 26, 2020
1 parent 85f7cc4 commit b138ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public String getTarget() {
return target;
}

public ExecuteCommand run(BasePositionalCommand command) {
public ExecuteCommand run(ICommand command) {
final String compiledCommand = StringSubstitutor.replace(
"execute at ${target} run ${command}",
Map.of(
Expand Down

0 comments on commit b138ab4

Please sign in to comment.