Skip to content

Commit 5aa79c0

Browse files
authored
Merge pull request #15249 from MicrosoftDocs/VanMSFT-patch-1
fixing typo in powershell code
2 parents 3b565b5 + b60fc50 commit 5aa79c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/tutorial-restore-backup-in-sql-server-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ After you've restored your database into a container, you might also want to reg
396396
```PowerShell
397397
cd ~
398398
docker cp sql1:/var/opt/mssql/backup/wwi_2.bak wwi_2.bak
399-
ls -l wwi*
399+
ls wwi*
400400
```
401401

402402
## Use the persisted data

0 commit comments

Comments
 (0)