Skip to content

Commit

Permalink
Fix: Assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 4, 2024
1 parent f1a2126 commit d09ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ phar: phive ## Builds a phar with humbug/box

.PHONY: phive
phive: .phive ## Installs dependencies with phive
PHIVE_HOME=.build/phive phive install --trust-gpg-keys=0x2DF45277AEF09A2F,0x033E5F8D801A2F8D
PHIVE_HOME=.build/phive phive install --trust-gpg-keys 0x2DF45277AEF09A2F,0x033E5F8D801A2F8D

.PHONY: refactoring
refactoring: vendor ## Runs automated refactoring with rector/rector
Expand Down

0 comments on commit d09ea05

Please sign in to comment.