Skip to content

Commit

Permalink
Fix compiler warning in farmware worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Rigby authored and ConnorRigby committed Jul 11, 2019
1 parent 3b118da commit 94b0b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ defimpl FarmbotCore.AssetWorker, for: FarmbotCore.Asset.FarmwareInstallation do
|> File.write(json)
end

def install_farmware_tools(%FWI{manifest: %{farmware_tools_version_requirement: version}} = fwi) do
def install_farmware_tools(%FWI{manifest: %{farmware_tools_version_requirement: _version}} = fwi) do
install_dir = install_dir(fwi)
File.mkdir_p(Path.join(install_dir, "farmware_tools"))

Expand Down

0 comments on commit 94b0b22

Please # to comment.