Skip to content

Commit

Permalink
Changed 'delete dir' to 'delete file' in ant build script to release …
Browse files Browse the repository at this point in the history
…pkgs
  • Loading branch information
jmfinelli committed Aug 19, 2022
1 parent a050f4b commit 792879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release-pkgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</tstamp>

<!-- Create new current Narayana release configuration -->
<delete dir="${config-dir}current_narayana_release.yml"/>
<delete file="${config-dir}current_narayana_release.yml"/>
<touch file="${config-dir}current_narayana_release.yml"/>
<echo file="${config-dir}current_narayana_release.yml">version: ${tag}
date: ${date}
Expand Down

0 comments on commit 792879c

Please sign in to comment.