Skip to content

Commit

Permalink
fix: fixed yaml linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Isteb4k <[email protected]>
  • Loading branch information
Isteb4k committed Mar 29, 2024
1 parent 0d5e8e6 commit 47511e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ tasks:
linux*) RIGHTS_SSH=$(stat -c "%a" $ID_ED) ;;
*) echo "unknown: {{OS}}"; exit 1 ;;
esac
if [ $RIGHTS_SSH -ne 600 ]; then
echo "Fix permissions for file $ID_ED"
chmod 600 $ID_ED
fi
fi

0 comments on commit 47511e6

Please sign in to comment.