diff options
Diffstat (limited to 'fst/config.go')
| -rw-r--r-- | fst/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fst/config.go b/fst/config.go index 171c29f7..ed0ac4cd 100644 --- a/fst/config.go +++ b/fst/config.go @@ -7,7 +7,7 @@ import ( const Tmp = "/.fortify" -// Config is used to seal an *App +// Config is used to seal an app type Config struct { // application ID ID string `json:"id"` |
