Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 16, 2022
1 parent 2276fed commit 5d71d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crackle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ load_lib pkgfunc;
load_lib linkfunc;
load_lib clickfunc;

if [[ "$CLICKABLE" = true ]] && pkgsetup;
if [[ "$CLICKABLE" = true ]]; then pkgsetup; fi

# click config
ROOT=${ROOT:-$(pwd)}
Expand Down

0 comments on commit 5d71d8b

Please sign in to comment.