aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereal/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/flags.go b/ethereal/flags.go
index 9a4318855..d5ca9f336 100644
--- a/ethereal/flags.go
+++ b/ethereal/flags.go
@@ -52,7 +52,7 @@ func defaultAssetPath() string {
assetPath = filepath.Join(exedir, "../Resources")
case "linux":
assetPath = "/usr/share/ethereal"
- case "window":
+ case "windows":
assetPath = "./assets"
default:
assetPath = "."