Skip to content

Commit

Permalink
U update
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Dec 10, 2021
1 parent b3e6a2f commit 23ef656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spug_api/apps/exec/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ExecTemplate(models.Model, ModelMixin):
name = models.CharField(max_length=50)
type = models.CharField(max_length=50)
body = models.TextField()
interpreter = models.CharField(max_length=20)
interpreter = models.CharField(max_length=20, default='sh')
host_ids = models.TextField(default='[]')
desc = models.CharField(max_length=255, null=True)

Expand Down

0 comments on commit 23ef656

Please sign in to comment.