Skip to content

Commit

Permalink
Changed version ,Improved cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvesh4396 committed Jun 13, 2021
1 parent 6dcb311 commit 7c8c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantry_cloud/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
data = pantry.basket(basket=args.basket, outputfile=args.output_file)
print(data)
if args.update:
data = pantry.update(basket=args.basket, outputfile=args.output_file)
data = pantry.update(basket=args.basket, outputfile=args.output_file,inputfile=args.input_file)
print(data)
if args.create:
data = pantry.create(basket=args.basket, inputfile=args.input_file)
Expand Down

0 comments on commit 7c8c725

Please sign in to comment.