Skip to content

Commit

Permalink
Merge branch 'master' into back-to-giu-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Sep 19, 2021
2 parents a5f2230 + 271c70d commit 278d063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.3.5
- uses: toshimaru/auto-author-assign@v1.3.6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion hscommon/hsproject/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Project struct {
func CreateNew(fileName string) (*Project, error) {
defaultProjectName := filepath.Base(fileName)

if strings.EqualFold(filepath.Ext(fileName), projectExtension) {
if !strings.EqualFold(filepath.Ext(fileName), projectExtension) {
fileName += projectExtension
}

Expand Down

0 comments on commit 278d063

Please sign in to comment.