Fixed #174: glide get was causing an error when the flad --updated-vendored was being used
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15a630d..28e31f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
- Fixed #169: cookoo git url has auth info. Makes glide unbuildable for
environments not setup for GitHub.
- Fixed #180: the hash in the glide.lock file was not being properly calculated.
+- Fixed #174: glide get was causing an error when the flad --updated-vendored
+ was being used.
# Release 0.8.1 (2015-12-15)
diff --git a/glide.go b/glide.go
index c55571c..9830c6d 100644
--- a/glide.go
+++ b/glide.go
@@ -552,7 +552,7 @@
Using("cacheGopath").From("cxt:cacheGopath").
Using("useGopath").From("cxt:useGopath").
Does(cmd.SetReference, "version").Using("conf").From("cxt:cfg").
- Does(cmd.Flatten, "flatten").Using("conf").From("cxt:cfg").
+ Does(cmd.Flatten, "flattened").Using("conf").From("cxt:cfg").
//Using("packages").From("cxt:packages").
Using("force").From("cxt:forceUpdate").
Using("home").From("cxt:home").