Skip to content

Commit 1c467cf

Browse files
authored
Merge pull request #14 from ananto-msft/private-preview-bugbash-fixes
Fixing typo in cleanup.
2 parents a7568fc + 0b6bf9d commit 1c467cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In case the setup-controller.sh fails and does not complete successfully, you sh
4848
1. The [cleanup-controller.sh](cleanup-controller.sh/) script is provided as convenience to reset the environment in case of errors. However, we recommend that you use a virtual machine for testing purposes and use the snapshot capability in your hyper-visor to rollback the virtual machine to a clean state.
4949

5050
``` bash
51-
curl --output setup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh
51+
curl --output cleanup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh
5252
```
5353

5454
2. Make the script executable

0 commit comments

Comments
 (0)