Skip to content

Commit b6e2844

Browse files
committed
recover unnecessary change
1 parent e1e8455 commit b6e2844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/options/static.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func AssetNames() []string {
133133
realFS := Assets.(vfsgen۰FS)
134134
var results = make([]string, 0, len(realFS))
135135
for k := range realFS {
136-
results = append(results, "templates/"+k[1:])
136+
results = append(results, k[1:])
137137
}
138138
return results
139139
}

0 commit comments

Comments
 (0)