| commit | 47f10d5a85fadb8255899fde02d426614c540f25 | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Wed May 11 09:10:48 2016 -0400 |
| committer | Matt Farina <matt@mattfarina.com> | Wed May 11 09:10:48 2016 -0400 |
| tree | 36552da480cdf5df043602b78fe5870578cc100b | |
| parent | e73500c735917e39a8b782e0632418ab70250341 [diff] | |
| parent | 85d31a4c9ca00db02148985b68cbc9119d0f6b5a [diff] |
Merge pull request #414 from kngu9/bug/bug-413 Fixed typo in action/ensure.go
diff --git a/action/ensure.go b/action/ensure.go index c57ba7f..041cfce 100644 --- a/action/ensure.go +++ b/action/ensure.go
@@ -144,7 +144,7 @@ msg.Err("Could not find any of %s/src.\n", strings.Join(gps, "/src, ")) msg.Info("As of Glide 0.5/Go 1.5, this is required.\n") - msg.Die("Wihtout src, cannot continue.") + msg.Die("Without src, cannot continue.") return "" }