Skip to content

Commit

Permalink
changed /
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinevog committed Feb 23, 2024
1 parent 7a4e234 commit d2f7bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/img-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Enter the filename (with extension), the new image name and extension - "
read image
read location ## assets/images/posts/2024-02-23-Pulumi-end-to-end-on-Azure
imgfile="$location"+"/"+"$image"
imgfile="$location"+"/$image"
newname='banner'
newext='jpg'
newimg="$location"+$newname.$newext
Expand Down

0 comments on commit d2f7bfb

Please sign in to comment.