Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leap_cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
leap_cli
Commits
d1a12ae7
Commit
d1a12ae7
authored
8 years ago
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
fix tests
parent
2cc2648f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/leap_cli/leapfile.rb
+1
-0
1 addition, 0 deletions
lib/leap_cli/leapfile.rb
lib/leap_cli/log.rb
+1
-1
1 addition, 1 deletion
lib/leap_cli/log.rb
with
2 additions
and
1 deletion
lib/leap_cli/leapfile.rb
+
1
−
0
View file @
d1a12ae7
...
...
@@ -15,6 +15,7 @@ module LeapCli
attr_reader
:platform_directory_path
attr_reader
:provider_directory_path
attr_reader
:environment
attr_reader
:valid
def
initialize
end
...
...
This diff is collapsed.
Click to expand it.
lib/leap_cli/log.rb
+
1
−
1
View file @
d1a12ae7
...
...
@@ -37,7 +37,7 @@ module LeapCli
#
# these are log titles typically associated with files
#
FILE_TITLES
=
[
:
updated
,
:
created
,
:
removed
,
:
missing
,
:
nochange
,
:
loading
]
FILE_TITLES
=
%w(
updated
created
removed
missing
nochange
loading
)
# TODO: use these
IMPORTANT
=
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment