Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
code-webis-cmd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
code-generic
code-webis-cmd
Commits
41cad866
Commit
41cad866
authored
Apr 17, 2019
by
Michael Völske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix update command
parent
a9ebce32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/core/update.sh
tools/core/update.sh
+1
-1
No files found.
tools/core/update.sh
View file @
41cad866
...
...
@@ -47,7 +47,7 @@ main() {
if
[
!
-w
"
$(
pwd
)
"
]
;
then
cmd
=
"sudo git"
fi
"
$cmd
"
pull
--rebase
origin master
$cmd
pull
--rebase
origin master
else
logInfo
"No update needed."
fi
...
...
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