Skip to content

Commit e56528e

Browse files
committed
Use system property instead of env variable for requestArtifactCmd
1 parent eddd8ce commit e56528e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • xmvn-core/src/main/java/org/fedoraproject/xmvn/resolver/impl

xmvn-core/src/main/java/org/fedoraproject/xmvn/resolver/impl/MockAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class MockAgent
2929
{
30-
private static final String REQUEST_CMD = System.getenv( "XMVN_REQUEST_ARTIFACT_CMD" );
30+
private static final String REQUEST_CMD = System.getProperty( "xmvn.resolver.requestArtifactCmd" );
3131

3232
private final Logger logger = LoggerFactory.getLogger( MockAgent.class );
3333

0 commit comments

Comments
 (0)