aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xghwt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghwt.py b/ghwt.py
index 4e1c9b4..7c2a6d1 100755
--- a/ghwt.py
+++ b/ghwt.py
@@ -53,8 +53,8 @@ def unpack(sproj, branch, outdir):
should = config['wrap-file']['source_hash']
if dig != should:
print('Incorrect hash on download.')
- print(' expected:', dig)
- print(' obtained:', should)
+ print(' expected:', should)
+ print(' obtained:', dig)
return 1
spdir = os.path.dirname(outdir)
ofilename = os.path.join(spdir, config['wrap-file']['source_filename'])