Compare commits
2 Commits
4011454c4b
...
cd24760de5
Author | SHA1 | Date | |
---|---|---|---|
cd24760de5 | |||
857271ccf6 |
@ -106,7 +106,7 @@ func (c *Config) Mqueue(dest string) *Config {
|
|||||||
// Dir create dir in sandbox
|
// Dir create dir in sandbox
|
||||||
// (--dir DEST)
|
// (--dir DEST)
|
||||||
func (c *Config) Dir(dest string) *Config {
|
func (c *Config) Dir(dest string) *Config {
|
||||||
c.Filesystem = append(c.Filesystem, &stringF{awkwardArgs[Dir], dest})
|
c.Filesystem = append(c.Filesystem, &stringF{stringArgs[Dir], dest})
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user