Skip to content

Commit

Permalink
treehouses refactor for github action (fixes #2226) (#2227)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
rjpadilla and dogi authored May 13, 2021
1 parent cc11321 commit 7f52223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/globals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function start_spinner() {
led clone restore burn services speedtest usb"
carg="$(echo $SCRIPTARGS | cut -d' ' -f1)"
if [[ $tree == *"python"* ]] || [[ $tree == *"cron"* ]] || \
[[ ! "$cstring" == *"$carg"* ]]
[[ $tree == *"provisioner"* ]] || [[ ! "$cstring" == *"$carg"* ]]
then
NOSPIN=1
return
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.57",
"version": "1.25.58",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit 7f52223

Please sign in to comment.