mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Added the missing return.
This commit is contained in:
@@ -15,7 +15,7 @@ var _ = Suite(&InstallSuite{})
|
||||
type InstallSuite struct{}
|
||||
|
||||
func (s *InstallSuite) installSnap(c *C, packageName) [] byte {
|
||||
s.execCommand(c, "sudo", "snappy", "install", packageName)
|
||||
return s.execCommand(c, "sudo", "snappy", "install", packageName)
|
||||
}
|
||||
|
||||
func (s *InstallSuite) execCommand(c *C, cmds ...string) []byte {
|
||||
|
||||
Reference in New Issue
Block a user