Fix typo in hack/update-all.sh

This commit is contained in:
RoelVanNyen 2015-12-16 17:45:25 +01:00
parent 3415f1dfc2
commit f54c1de58c

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# A single sciprt that runs a predefined set of update-* scripts, as they often go together.
# A single script that runs a predefined set of update-* scripts, as they often go together.
set -o errexit
set -o nounset
set -o pipefail