Skip to content

Commit

Permalink
Update _java.py
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Aug 22, 2023
1 parent 093bddd commit 49b5c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/version/commands/_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _update_properties_file(
# skip if not existing
return
pattern = (
rf"sentry\.release={version_pattern}"
rf"sentry\.release={VERSION_PATTERN}"
)
replace_string_in_file(
self._properties_file_path,
Expand Down

0 comments on commit 49b5c3a

Please sign in to comment.