File tree Expand file tree Collapse file tree
cmd/state/internal/cmdtree Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func newCheckoutCommand(prime *primer.Values) *captain.Command {
2828 },
2929 {
3030 Name : "portable" ,
31- Description : locale .Tl ("flag_state_checkout_portable_description" , "Copy files to runtime- path instead of linking to them" ),
31+ Description : locale .Tl ("flag_state_checkout_portable_description" , "Copy files to their runtime path instead of linking to them" ),
3232 Value : & params .Portable ,
3333 },
3434 {
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ func (p *Project) Lock() string { return p.projectfile.Lock }
255255// Cache returns the cache information for this project
256256func (p * Project ) Cache () string { return p .projectfile .Cache }
257257
258- func (p * Project ) IsPortable () bool { return p .projectfile .Portable && p . projectfile . Cache != "" }
258+ func (p * Project ) IsPortable () bool { return p .projectfile .Portable }
259259
260260// Namespace returns project namespace
261261func (p * Project ) Namespace () * Namespaced {
You can’t perform that action at this time.
0 commit comments