Skip to content

Commit

Permalink
Fixing error message in import-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Oct 31, 2012
1 parent 399912f commit 9230c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bloom/commands/import_upstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def import_upstream(cwd, tmp_dir, args):
# If explicit svn url just export and git-import-orig
if args.explicit_svn_url is not None:
if args.upstream_version is None:
error("'--explicit-svn-version' must be specified with "
"'--explicit-svn-url'")
error("'--explicit-svn-url' must be specified with "
"'--upstream-version'")
return 1
info("Checking out upstream at version " + ansi('boldon') + \
str(args.upstream_version) + ansi('reset') + \
Expand Down

0 comments on commit 9230c9a

Please sign in to comment.