Skip to content

Commit

Permalink
Add endpoint discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Mar 25, 2019
1 parent a49e414 commit dad0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/AsmpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function version( array $args = [], array $assoc_args = [] ): void {
public function endpoint( array $args = [], array $assoc_args = [] ): void {
$this->ensure_asmp_is_available();

WP_CLI::log( \getenv( ASMP::VERSION ) );
WP_CLI::log( \getenv( ASMP::ENDPOINT ) );
}

/**
Expand Down

0 comments on commit dad0b56

Please sign in to comment.