Skip to content

Commit

Permalink
ref_state: add new line at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Aug 27, 2024
1 parent e27ba12 commit 8791409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared-state-ref_state_commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ or using the rpcd ubus wraper
```
## Default initialization
Files are in default state as an empty json object... "{}"
Ubus call to get method will return empty array. That is a limitation of the
Ubus call to get method will return empty array "[]". That is a limitation of the
library.

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
uci set lime-defaults.system.keep_on_upgrade="$(uci get lime-defaults.system.keep_on_upgrade) shared-state-ref-state"
uci commit lime-defaults
touch /tmp/done
exit 0
exit 0

0 comments on commit 8791409

Please sign in to comment.