Skip to content

Commit

Permalink
Found bug in prune command
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Aug 18, 2021
1 parent 25f596a commit d3d0b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ External Dependencies:
<property name="distro.groupID" value="ortussolutions" />
<property name="distro.name" value="commandbox"/>
<!-- Special things happen when the version and stableVersion are the same value as that signifies a "stable" build. -->
<property name="commandbox.version" value="5.5.0-alpha"/>
<property name="commandbox.version" value="5.4.0"/>
<property name="commandbox.stableVersion" value="5.4.0"/>

<!-- Time Label -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ component {
.sort( (a,b) => a.daysLastStarted - b.daysLastStarted );

if( JSON ){
print.line(prunableServers)
.toConsole();
print.line(prunableServers);
return;
}

Expand Down

0 comments on commit d3d0b9d

Please sign in to comment.