Skip to content

Commit

Permalink
Update lib/profile.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ruyadorno and ljharb committed Dec 17, 2020
1 parent ed0f8c0 commit 9426761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/profile.js
Expand Up @@ -68,7 +68,7 @@ const profile = async (args) => {
case 'set':
return set(opts)
default:
throw new Error('Unknown profile command: ' + args[0])
throw new Error('Unknown profile command: ' + subcmd)
}
}

Expand Down

0 comments on commit 9426761

Please sign in to comment.