Skip to content

Commit

Permalink
run/run: Only use the internal path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
  • Loading branch information
nderjung committed Jan 2, 2021
1 parent 89a4236 commit 4945800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ type Input struct {

type Output struct {
Name string `yaml:"name"`
Source string `yaml:"source"`
Destination string `yaml:"destination"`
Path string `yaml:"path"`
}

type RunnerConfig struct {
Expand Down

0 comments on commit 4945800

Please sign in to comment.