Skip to content

Commit

Permalink
CI/travis/lib.sh: fix dangling quote in symlink command
Browse files Browse the repository at this point in the history
This seems to have slipped through after doing a few rebases.
I've fixed it a few times on local branches.

The SFTP script did not error out, so that's why it wasn't caught there.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed Dec 14, 2018
1 parent 7923223 commit bfae8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/travis/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ upload_file_to_swdownloads() {
ls -l ${TO}
${RM_LATE}
symlink ${TO} ${LATE}"
symlink ${TO} ${LATE}
ls -l ${LATE}
bye
EOF
Expand Down

0 comments on commit bfae8a2

Please sign in to comment.