diff --git a/astronaut b/astronaut index ab00a12..e428267 100755 --- a/astronaut +++ b/astronaut @@ -57,7 +57,7 @@ fi satellite="$(realpath "$1")" if [ ! -f "$satellite" ]; then - exiterr "Houston, we have a problem: Can't find satellite file" + exiterr "Can't find satellite file" fi # Tools for the astronaut @@ -83,7 +83,7 @@ download() { checksum="$(mksum "$path")" if [ "$2" -a "$checksum" != "$2" ]; then msg "Checksum: $checksum" - exiterr "Houston, we have a problem: Checksum failed." + exiterr "Checksum failed" fi fi }