Browse Source

Listing Makefile to print seconds

Eric Charles 5 years ago
parent
commit
b64335a2d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extensionmanager-extension/examples/listings/Makefile

+ 1 - 1
packages/extensionmanager-extension/examples/listings/Makefile

@@ -8,7 +8,7 @@ export LISTINGS_REQUEST_OPTS="{'timeout': 10}"
 listings-uris:
 	@exec echo Using blacklist URIs: ${BLACK_LIST_URIS}
 	@exec echo Using whitelist URIs: ${WHITE_LIST_URIS}
-	@exec echo Refreshing lists every ${LISTINGS_REFRESH_MS} milliseconds
+	@exec echo Refreshing lists every ${LISTINGS_REFRESH_MS} seconds
 	@exec echo Using ${LISTINGS_REQUEST_OPTS} for the HTTP requests
 
 dev: listings-uris