Skip to content

Commit 533bb7c

Browse files
committed
fixed fatimage check
1 parent 1efd678 commit 533bb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
NEED_NEW_IMAGE=false
6969
set +e
70-
if $(git notes show) ; then
70+
if git notes show ; then
7171
HEAD_NOTES=$(git notes show)
7272
if [[ $HEAD_NOTES == "timestamp_bump_commit" ]] ; then
7373
NEED_NEW_IMAGE=true

0 commit comments

Comments
 (0)