Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Aug 3, 2023
1 parent f78e58a commit 37539c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/administration/SRE_Manage_VMs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ switch ($Action) {
}
}
# Ensure remote desktop VMs are started
Add-LogMessage -Level Info "Ensuring VMs in resource group '$($config.sre.remoteDesktop.rg)' are started..."
Add-LogMessage -Level Info "Ensuring VMs in resource group '$($config.sre.remoteDesktop.rg)' are started..."
# Start Guacamole VMs
$remoteDesktopVms | ForEach-Object { Start-VM -VM $_ }
}
Expand Down
1 change: 1 addition & 0 deletions docs/source/roles/researcher/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ In this document Ada Lovelace - our example user - will be participating in the
- Her **{ref}`username domain <user_guide_username_domain>`** is `projects.turingsafehaven.ac.uk` .
- Her **{ref}`SRE URL <user_guide_sre_url>`** is `https://sandbox.projects.turingsafehaven.ac.uk`
```

(user_setup_password_mfa)=
## {{closed_lock_with_key}} Password and MFA

Expand Down

0 comments on commit 37539c7

Please sign in to comment.