Skip to content

Commit

Permalink
Suggest two other commands if dp.json is missing..
Browse files Browse the repository at this point in the history
  • Loading branch information
AcckiyGerman committed Feb 13, 2018
1 parent ee42e16 commit 60a26b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/data-push.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Promise.resolve().then(async () => {
dataset = await Dataset.load(filePath)
} catch(err){
console.error('Error: '+err.message)
info("You can run 'data init <path>' to create a datapackage.")
info("You can run 'data init' to create a datapackage.")
info("You can run 'data help push' to get more info.")
process.exit(1)
}
Expand Down

0 comments on commit 60a26b3

Please sign in to comment.