Skip to content

Commit

Permalink
[install_ubuntu_common.sh] Spurious parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Feb 10, 2017
1 parent 1daa66e commit ee58c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_ubuntu_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ln -sf $CI_SOURCE_PATH ~/$DIR_ACTUALHOSTS_LINK/$REPOSITORY_NAME # As a workarou
# Returns:
# None
#######################################
function error() {
function error {
local _LINENO="$1"
local _ERR_MSG="$2"
local _ERR_CODE="${3:-1}"
Expand Down

0 comments on commit ee58c91

Please sign in to comment.