Skip to content

Commit

Permalink
inferred active from ignoreForAutomatedMaintenanceReleases #148
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpen committed Sep 18, 2019
1 parent 8fb47dd commit f69bd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/build-server/notifyServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = async function notifyServer( options ) {
'&versionMaintenance=' + options.phetioOptions.version.maintenance +
'&versionSuffix=' + options.phetioOptions.suffix +
'&branch=' + options.phetioOptions.branch +
'&ignoreForAutomatedMaintenanceReleases=' + options.phetioOptions.ignoreForAutomatedMaintenanceReleases;
'&active=' + !options.phetioOptions.ignoreForAutomatedMaintenanceReleases;
request.post( {
url: url,
auth: {
Expand Down

0 comments on commit f69bd49

Please sign in to comment.