@markjaquith/agency 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markjaquith/agency",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Manages personal agents files",
5
5
  "license": "MIT",
6
6
  "author": "Mark Jaquith",
@@ -422,6 +422,7 @@ export const task = (options: TaskOptions = {}) =>
422
422
  (yield* git.findDefaultRemote(targetPath))
423
423
 
424
424
  if (remote) {
425
+ log(info(`Fetching latest from ${highlight.branch(remote)}...`))
425
426
  verboseLog(`Fetching from remote: ${remote}`)
426
427
  yield* git.fetch(targetPath, remote).pipe(
427
428
  Effect.catchAll((err) => {