Skip to content

Commit

Permalink
fix the property name
Browse files Browse the repository at this point in the history
  • Loading branch information
xius666 committed Sep 30, 2021
1 parent e54ca2f commit 182f216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
<arg value="rev-parse"/>
<arg value="origin/${stf_branch}"/>
</exec>
<property property="stf_sha" value="${stf_sha2}"/>
<property name="stf_sha" value="${stf_sha2}"/>
</then>
</if>
<if>
<not>
<isset property="stf_sha"/>
</not>
<then>
<property property="stf_sha" value="${stf_sha1}"/>
<property name="stf_sha" value="${stf_sha1}"/>
</then>
</if>
<echo message="git checkout -q -f ${stf_sha} "/>
Expand Down

0 comments on commit 182f216

Please sign in to comment.