Skip to content

Commit 88b63bd

Browse files
authored
Merge pull request #221 from roots/set-venv-initialized-after-init
Set VenvInitialized within init command
2 parents e759b59 + 777ea0a commit 88b63bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func (c *InitCommand) Run(args []string) int {
5656
return 1
5757
}
5858

59+
c.Trellis.VenvInitialized = true
5960
c.UI.Info(color.GreenString("✓ virtualenv created"))
6061
}
6162

0 commit comments

Comments
 (0)