Skip to content

Commit

Permalink
fix: Example path for device manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
satlead authored Mar 23, 2023
1 parent 45ce58d commit 7ba73de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/manifest/device-manifest-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
},
"applications": {
"distribution": {
"library": "/opt/default-app-library.json",
"library": "/etc/default-app-library.json",
"catalog": ""
},
"defaults": {
"xrn:firebolt:application-type:main": "",
"xrn:firebolt:application-type:settings": ""
}
}
}
}

0 comments on commit 7ba73de

Please sign in to comment.