Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Refactor/shellcheck bin #3019

Merged
merged 14 commits into from
Nov 4, 2021
Prev Previous commit
Next Next commit
Shellcheck and update mycroft-msk
  • Loading branch information
forslund committed Oct 29, 2021
commit c529ca6a6ed342f5c9bff05af0950715a3406f63
2 changes: 1 addition & 1 deletion bin/mycroft-msk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ DIR="$( dirname "$SOURCE" )"
source "$DIR/../venv-activate.sh" -q

# Invoke the Mycroft Skills Kit from within the venv
msk $@
msk "$@"