Sha256: c900ea3a4ade5b96913d0aeb5dc0c331b2c10416e4cf75a317f77d3cb0c6ffd2
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 Bytes
Contents
const syncGitRepoConf = state => state.foremanAcd.syncGitRepoConf; export const selectScmType = state => syncGitRepoConf(state).scmType; export const selectPath = state => syncGitRepoConf(state).path; export const selectGitCommit = state => syncGitRepoConf(state).gitCommit; export const selectGitUrl = state => syncGitRepoConf(state).gitUrl;
Version data entries
13 entries across 13 versions & 1 rubygems