Skip to content

Commit f27cbf5

Browse files
committed
fix: Update repository name in release workflow
- Fix installation instructions - Use correct repository name - Ensure consistent naming
1 parent 432bfa5 commit f27cbf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
6060
## Installation
6161
```bash
62-
git clone https://github.com/PeterVinter/docker-safe-shutdown.git
63-
cd docker-safe-shutdown
62+
git clone https://github.com/PeterVinter/linux_docker_container_shutdown.git
63+
cd linux_docker_container_shutdown
6464
chmod +x *.sh
6565
```
6666

0 commit comments

Comments
 (0)