Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Apr 15, 2024
1 parent 0fe8a69 commit e08779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"--without-zstd",
]

configure_options += [ "--without-libpsl" ] if version.satisfies?(">=8.6.0"
configure_options += [ "--without-libpsl" ] if version.satisfies?(">=8.6.0")

configure(*configure_options, env: env)

Expand Down

0 comments on commit e08779c

Please sign in to comment.