From bfb50bb1d8ed196ecd396655daf113ad87141402 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 26 Jul 2016 21:47:47 -0500 Subject: [PATCH] Set an explicit version - "8.1" isn't working, nor is "~". --- example.drupal.make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.drupal.make.yml b/example.drupal.make.yml index e4953a625..a6bd3566c 100644 --- a/example.drupal.make.yml +++ b/example.drupal.make.yml @@ -11,7 +11,7 @@ projects: # Core. drupal: - version: "~" + version: "8.1.7" # Use this if you need a working git repository of Drupal core instead of # the latest stable. # type: "core"