@@ -1508,7 +1508,7 @@ function set_repo_commit {
fi
else
- echo "\${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
+ echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
}