Skip to content

Commit

Permalink
updating license and changing command signature
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent 673c657 commit 304f7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 EnvBar
Copyright (c) 2024 TallStackUi, EnvBar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ClearCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ClearCacheCommand extends Command
{
public $signature = 'envbar:flush';
public $signature = 'envbar:flush-release';

public $description = 'Flush the cache for the EnvBar releases.';

Expand Down

0 comments on commit 304f7f7

Please sign in to comment.