Skip to content

Commit 54d61a1

Browse files
committed
fixed typo thanks yash
1 parent 824a638 commit 54d61a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git clone https://github.com/100xdevs-cohort-3/argo-deployment.git
3737
cd argo-deployment
3838
39-
sed -i 's|image: 100xdevs/todo-app-week-39:.*|image: 100xdevs/todo-app-week-39:${{ github.sha }}|' mainfest.yml
39+
sed -i 's|image: 100xdevs/todo-app-week-39:.*|image: 100xdevs/todo-app-week-39:${{ github.sha }}|' manifest.yml
4040
4141
git config user.name "GitHub Actions Bot"
4242
git config user.email "[email protected]"

0 commit comments

Comments
 (0)