drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Don't need to `inspect` snippet content. #15

Closed drewblessing closed 11 years ago

drewblessing commented 11 years ago

In bin/subcommand/snippet.rb I use snippet.inspect. That was necessary before I started using Shellwords.escape in there. Now it adds unnecessary double quotes at the beginning and end of all snippets. Removing it tested fine.