diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 17:15:12 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-15 13:30:49 +0200 |
commit | a592e9ffcfb288cd154bad60dc8003b781355533 (patch) | |
tree | 7a44e7fe697c8b353b1157aad695bafa594d72dc /boot | |
parent | 348f5ca4c2bd4b99a1d74cbb932729687c53338e (diff) | |
download | haskell-a592e9ffcfb288cd154bad60dc8003b781355533.tar.gz |
Remove all references to sync-all
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ sub sanity_check_tree { # has a LICENSE file instead. if (! -f "$dir/LICENSE") { print STDERR "Error: $dir/LICENSE doesn't exist.\n"; - die "Maybe you haven't done './sync-all get'?"; + die "Maybe you haven't done 'git submodule update --init'?"; } } } |