Backslash not needed
This commit is contained in:
parent
94c8427320
commit
93f04fa8c9
|
@ -1508,7 +1508,7 @@ function set_repo_commit {
|
|||
fi
|
||||
fi
|
||||
else
|
||||
echo "\${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
|
||||
echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue