Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(tarball): missed the local->tarball rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 15, 2017
1 parent f83f19d commit ac42dc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/local.tarball.js → test/tarball.tarball.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const test = require('tap').test

const CACHE = require('./util/test-dir')(__filename)

const tarball = require('../lib/handlers/local/tarball')
const tarball = require('../lib/handlers/tarball/tarball')

npmlog.level = process.env.LOGLEVEL || 'silent'
const OPTS = {
Expand Down

0 comments on commit ac42dc4

Please sign in to comment.