Skip to content

Commit

Permalink
treehouses remote reverse curly brackets (fixes #2133) (#2134)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
JLKwong and dogi authored Mar 25, 2021
1 parent f5397e2 commit 3660877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function remote {
while IFS= read -r line; do
cmd_str+="\"$line\","
done <<< "$reverse"
printf "[%s]\n" "${cmd_str::-1}"
printf "{%s}\n" "${cmd_str::-1}"
;;
"allservices")
checkargn $# 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.25.33",
"version": "1.25.34",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit 3660877

Please sign in to comment.