Explorar o código

app.py: fix typo - 'artifacts' mistyped as 'atrifacts'

Shiv Tyagi hai 1 ano
pai
achega
d40d3a6f65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -808,7 +808,7 @@ def get_deafults(vehicle_name, remote_name, commit_reference, board_name):
     if version_info is None:
         return "Bad request. Commit reference %s is not allowed for builds for the %s for %s remote." % (commit_reference, vehicle_name, remote_name), 400
 
-    artifacts_dir = version_info.get("ap_build_atrifacts_url", None)
+    artifacts_dir = version_info.get("ap_build_artifacts_url", None)
 
     if artifacts_dir is None:
         return "Couldn't find artifacts for requested release/branch/commit on ardupilot server", 404