Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Jan 8, 2017
1 parent 79940db commit 00b8fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outset-lib.js
Expand Up @@ -5,7 +5,7 @@
const fs = require('fs')

// cache paths
const CPOY_FROM = __dirname + '/template'
const COPY_FROM = __dirname + '/template'
const COPY_TO = process.cwd()

const FILES = [
Expand Down

0 comments on commit 00b8fee

Please sign in to comment.