From c519e3959acc65b20a681df601e9ec379910831e Mon Sep 17 00:00:00 2001 From: xSmurf Date: Tue, 7 Jul 2015 00:26:21 +0000 Subject: [PATCH] Typo --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index e84e0ce..1bf14eb 100644 --- a/config.go +++ b/config.go @@ -11,7 +11,7 @@ import ( type Config struct { ProfileDir string `json:"profile_dir" desc:"Directory containing the sandbox profiles"` - ShellPath string `json:"shell_path" desc:"Path of the shell using when entering a sandbox"` + ShellPath string `json:"shell_path" desc:"Path of the shell used when entering a sandbox"` PrefixPath string `json:"prefix_path" desc:"Prefix path containing the oz executables"` SandboxPath string `json:"sandbox_path" desc:"Path of the sandboxes base"` BridgeMACAddr string `json:"bridge_mac" desc:"MAC Address of the bridge interface"`