Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .travis.disabled.yml

This file was deleted.

1 change: 0 additions & 1 deletion lib/bashly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require 'lp'
end

requires 'bashly/polyfills'
requires 'bashly/concerns'

requires 'bashly/settings'
Expand Down
2 changes: 1 addition & 1 deletion lib/bashly/models/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Command < Base

# Returns the name to be used as an action.
# - If it is the root command, the action is "root"
# - Else, it is all the parents, except the first tone (root) joined
# - Else, it is all the parents, except the first one (root) joined
# by space. For example, for a command like "docker container run"
# the action name is "container run".
def action_name
Expand Down
12 changes: 0 additions & 12 deletions lib/bashly/polyfills/hash.rb

This file was deleted.