Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/inhere/kite
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 10, 2024
2 parents 931ed5b + 688725b commit 7208aca
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install: ## Clean all created artifacts
clean: ## Clean all created artifacts
git clean --exclude=.idea/ -fdx

up-dev-deps: ## Update all kite dev depends on vendor
up-all-deps: ## Update all kite dev depends on vendor
$(SHELL) script/update-kite-deps.sh

up-dev-deps: ## Update kite composer.lock and all depends on vendor
Expand Down
2 changes: 1 addition & 1 deletion app/Component/ScriptRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ScriptRunner extends AbstractObj
*
* @var array
*/
private array $scriptExts = ['.sh', '.zsh', '.bash', '.php', '.go', '.gop', '.kts', '.gry', '.java', '.groovy'];
private array $scriptExts = ['.sh', '.zsh', '.bash', '.py', '.php', '.go', '.gop', '.kts', '.gry', '.java', '.groovy'];

/**
* @var array
Expand Down
Loading

0 comments on commit 7208aca

Please sign in to comment.