diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 12:12:25 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 12:12:25 +0200 |
| commit | 6cab4f6717264a3e4e0eadcd8b99005276f9ead7 (patch) | |
| tree | 486c2cfa541ead02f92447de782e102a34cea452 /.github | |
| parent | c457993145ab60a1e29c7b7309fd8c9a0dae07e2 (diff) | |
| download | dotfiles-6cab4f6717264a3e4e0eadcd8b99005276f9ead7.tar.gz dotfiles-6cab4f6717264a3e4e0eadcd8b99005276f9ead7.zip | |
ci: fixed typo
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57cd0b..ea73d2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Setup my configuration run: | cp -r $(realpath .doom.d) $HOME/.doom.d - echo "(package! soria)" >> $HOME/.doom.d/packages.el + echo "(package! soria-theme)" >> $HOME/.doom.d/packages.el cat $HOME/.doom.d/packages.el - name: Sync |
