diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 4a501c3f..195bb898 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -149,7 +149,7 @@ if [ -f debian/control ] ; then mk-build-deps -ir fi if [ "$1" = "gbp" ] ; then - git checkout - + git checkout master fi EOF fi |