Merge pull request #1310 from kylewelsby/master

Fixes #1309 _bash-it-clean-component-cache: command not found
pull/1316/head
Nils Winkler 2019-01-21 08:33:06 +01:00 committed by GitHub
commit a967bc4d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ fi
# Load dependencies for enabling components # Load dependencies for enabling components
source "$BASH_IT/lib/composure.bash" source "$BASH_IT/lib/composure.bash"
source "$BASH_IT/lib/utilities.bash"
cite _about _param _example _group _author _version cite _about _param _example _group _author _version
source "$BASH_IT/lib/helpers.bash" source "$BASH_IT/lib/helpers.bash"