diff options
Diffstat (limited to 'test/pull')
-rw-r--r-- | test/pull | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ## vim:ft=zsh if [[ $repo == $file ]] { - echo "# pkg pull" - pkg pull + echo "# ct pull" + ct pull [[ -f $pkgdir/$repo/baz ]] } |