diff --git a/src/scripts/location.in b/src/scripts/location.in
index a93a8d3..bd91bb1 100644
--- a/src/scripts/location.in
+++ b/src/scripts/location.in
@@ -468,7 +468,7 @@ class CLI(object):
 		# Check the version of the local database
 		if db and t and db.created_at >= t:
 			log.info("Already on the latest version")
-			return
+			return 3
 
 		# Download the database into the correct directory
 		tmpdir = os.path.dirname(ns.database)
