Skip to content

Commit

Permalink
use more robust string concatenation syntax in jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 13, 2023
1 parent fdbbd4e commit 11bea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package:
name: protobuf
version: {{ major + "." + version }}
version: {{ major ~ "." ~ version }}

source:
url: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{ version }}.tar.gz
Expand Down

0 comments on commit 11bea75

Please sign in to comment.