Skip to content

Commit 459004e

Browse files
authored
Merge pull request #19 from tattersoftware/writable
Remove writable item
2 parents 7c33b2f + 9f86dbc commit 459004e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ done
5252

5353
ROOT=`pwd`
5454
SCRIPTS=`dirname "$0"`
55-
ITEMS="app/ env public/ spark writable/"
55+
ITEMS="app/ public/ env spark"
5656

5757
# TODO: Parse missing current version from vendor/ or composer.lock or composer.json
5858
# TODO: Fetch missing target version from GitHub API or cURL endpoint

0 commit comments

Comments
 (0)