Skip to content

Commit

Permalink
Newlines at the EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiroe committed Oct 3, 2024
1 parent d0d0bd6 commit 4db1bbd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/saml2aws/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ fi
EOF

chmod +x /usr/local/share/saml2aws-init.sh

2 changes: 1 addition & 1 deletion test/_global/saml2aws_and_ecspresso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ check "can read aws credentials" cat $HOME/.aws/credentials

# Report result
# If any of the checks above exited with a non-zero exit code, the test will fail.
reportResults
reportResults
2 changes: 1 addition & 1 deletion test/ecspresso/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ check "session-manager-plugin" session-manager-plugin

# Report result
# If any of the checks above exited with a non-zero exit code, the test will fail.
reportResults
reportResults
2 changes: 1 addition & 1 deletion test/saml2aws/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ check "can write aws credentials" bash -c "echo test > $HOME/.aws/credentials &&

# Report result
# If any of the checks above exited with a non-zero exit code, the test will fail.
reportResults
reportResults

0 comments on commit 4db1bbd

Please sign in to comment.