Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
unpacked
sync
Commits
c3740e7a
Commit
c3740e7a
authored
Jan 29, 2019
by
Simone Mosciatti
Browse files
fix error in incrementing variable value
parent
91742a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
loop.sh
View file @
c3740e7a
...
...
@@ -29,7 +29,7 @@ do
if
[
$pull_status
-eq
0
]
;
then
break
;
else
$
update_error_count
=
$((
update_error_count+1
))
update_error_count
=
$((
update_error_count+1
))
fi
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment