Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed May 8, 2024
1 parent a8b16dd commit 99e04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_templ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go mod tidy

new_version=$(grep 'github.com/a-h/templ' go.mod | awk '{print $2}')

sed -i '' -e "s/${old_version}/${old_version}/g" "Dockerfile"
sed -i '' -e "s/${old_version}/${new_version}/g" "Dockerfile"

for file in ".github/workflows"/*; do
if [ -f "$file" ]; then
Expand Down

0 comments on commit 99e04d8

Please sign in to comment.