Skip to content

Commit 3b5c39f

Browse files
crstaufbarryhughes
authored andcommitted
fix function name
1 parent d6129c6 commit 3b5c39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/WP_CLI/System_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function source( array $args, array $assoc_args ) {
148148
$all = (bool) get_flag_value( $assoc_args, 'all' );
149149
$fullpath = (bool) get_flag_value( $assoc_args, 'fullpath' );
150150
$versions = \ActionScheduler_Versions::instance();
151-
$source = $versions->active_source();
151+
$source = $versions->active_source_path();
152152
$path = $source;
153153

154154
if ( ! $fullpath ) {

0 commit comments

Comments
 (0)