Skip to content

Commit

Permalink
fix(azure,gce): Fix typo breaking bake stage (#7631) (#7639)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot authored and Travis Tomsu committed Nov 16, 2019
1 parent 17d3ea2 commit 137f539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = angular
$scope.stage.baseLabel = $scope.baseLabelOptions[0];
}
$scope.viewState.roscoMode =
SETTINGS.feature.roscoModeSETTINGS.feature.roscoMode ||
SETTINGS.feature.roscoMode ||
(typeof SETTINGS.feature.roscoSelector === 'function' && SETTINGS.feature.roscoSelector($scope.stage));
$scope.viewState.loading = false;
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = angular
$scope.stage.baseLabel = $scope.baseLabelOptions[0];
}
$scope.viewState.roscoMode =
SETTINGS.feature.roscoModeSETTINGS.feature.roscoMode ||
SETTINGS.feature.roscoMode ||
(typeof SETTINGS.feature.roscoSelector === 'function' && SETTINGS.feature.roscoSelector($scope.stage));
$scope.showAdvancedOptions = showAdvanced();
$scope.viewState.loading = false;
Expand Down

0 comments on commit 137f539

Please sign in to comment.