Added comments

master
Stephen Cochrane 3 years ago
parent 706dc41d44
commit 01d3edf33b
  1. 2
      tagd

@ -145,7 +145,7 @@ main ()
echo "Change detected!"
iter=$(date)
build "$copts" "$tags" "$src"
continue
break # Yes I know that techinically we only have to look at the first item, but this loop is to allow for the script to be extended.
fi
done
done

Loading…
Cancel
Save