diff options
Diffstat (limited to 'contrib/bst-here')
-rwxr-xr-x | contrib/bst-here | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bst-here b/contrib/bst-here index 037788e3a..51a6252d1 100755 --- a/contrib/bst-here +++ b/contrib/bst-here @@ -46,7 +46,7 @@ EOF exit "$1" } -bst_here_image="${BST_HERE_IMAGE:-buildstream/buildstream-fedora:latest}" +bst_here_image="${BST_HERE_IMAGE:-buildstream/buildstream:latest}" is_tty= update=false |