summaryrefslogtreecommitdiffstats
path: root/src/job/runnable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/job/runnable.rs')
-rw-r--r--src/job/runnable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/job/runnable.rs b/src/job/runnable.rs
index 4a9180f..ef072e8 100644
--- a/src/job/runnable.rs
+++ b/src/job/runnable.rs
@@ -184,7 +184,7 @@ impl RunnableJob {
warn!("Please investigate, this might be a BUG");
}
- Ok(JobResource::Artifact(found_dependency.clone()))
+ Ok(JobResource::Artifact(found_dependency))
}
}