Skip to content

Commit 662cb4b

Browse files
Fix file name
1 parent a624a39 commit 662cb4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ curl --output setup-bdc.sh https://github.com/microsoft/sql-server-samples/blob/
2121

2222
```
2323
24-
chmod +x setup-azdata.sh
24+
chmod +x setup-bdc.sh
2525
```
2626

2727
1. Run the script (make sure you are running with sudo)
2828

2929
```
3030
31-
sudo ./setup-azdata.sh
31+
sudo ./setup-bdc.sh
3232
```
3333

3434
1. Refresh alias setup for azdata

0 commit comments

Comments
 (0)