-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foreman 3.10.0 rc2 #355
Foreman 3.10.0 rc2 #355
Conversation
releases/client/3.10/settings
Outdated
@@ -1 +1,2 @@ | |||
OSES="el7 el8 el9" | |||
FULLVERSION='3.10.0-rc2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client doesn't need that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'twas an artifact of branching, removing
releases/client/3.10/settings
Outdated
@@ -1 +1 @@ | |||
OSES="el7 el8 el9" | |||
OSES='el7 el8 el9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pedantic, but why the quote change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because locally i had ''' instead of '"', noticed just now as well, fixing, as technically it should be unmodified with the removal of the foreman version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed now to only change 1 file.
No description provided.